From 4923f7f734ef326e99f943815cae37fb57a61d88 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 2 Jun 2024 16:18:49 +0900 Subject: feat(keymaps)!: replace fugitive keybinds with neogit --- fnl/nvrc/keymaps.fnl | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index 9f653e5..15bb6e8 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -39,21 +39,7 @@ (map! [n :silent] :t ":Oil") -(map! [n :silent] :ga ":Git add %") -(map! [n :silent] :gs ":Git") -(map! [n :silent] :gc ":Git commit -v -q") -(map! [n :silent] :gt ":Git commit -v -q %") -(map! [n :silent] :gd ":Gdiff") -(map! [n :silent] :ge ":Gedit") -(map! [n :silent] :gr ":Gread") -(map! [n :silent] :gw ":Gwrite") -(map! [n :silent] :gg ":Ggrep") -(map! [n :silent] :gl ":silent! Gclog:bot copen") -(map! [n :silent] :gm ":GMove") -(map! [n :silent] :go ":Git checkout") -(map! [n :silent] :gp ":Git! push") -(map! [n :silent] :go ":Git! pull") -(map! [n :silent] :gb ":Git blame") +(map! [n :silent] :g ":Neogit") (map! [n] :gf ":diffget //2") (map! [n] :gj ":diffget //3") -- cgit 1.4.1