about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/keymaps.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl
index 2d0e7c2..f375574 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -45,7 +45,7 @@
 (map! [n :silent] :<leader>gm ":GMove<space>")
 (map! [n :silent] :<leader>go ":Git checkout<space>")
 (map! [n :silent] :<leader>gp ":Git! push<cr>")
-(map! [n :silent] :<leader>gl ":Git! pull<cr>")
+(map! [n :silent] :<leader>go ":Git! pull<cr>")
 
 (map! [n] :gf ":diffget //2<cr>")
 (map! [n] :gj ":diffget //3<cr>")