diff options
Diffstat (limited to 'fnl/nvrc')
-rw-r--r-- | fnl/nvrc/keymaps.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index f375574..d98bd0c 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -46,6 +46,7 @@ (map! [n :silent] :<leader>go ":Git checkout<space>") (map! [n :silent] :<leader>gp ":Git! push<cr>") (map! [n :silent] :<leader>go ":Git! pull<cr>") +(map! [n :silent] :<leader>gb ":Git blame<cr>") (map! [n] :gf ":diffget //2<cr>") (map! [n] :gj ":diffget //3<cr>") |