about summary refs log tree commit diff
path: root/fnl/nvrc/keymaps.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 01:05:59 +0900
committersefidel <contact@sefidel.net>2022-03-19 01:05:59 +0900
commit9cf315cd5ac37098b3196e6548689287f44bea6c (patch)
tree32f80c85993aaa09933cbd8326993ec248f03aa4 /fnl/nvrc/keymaps.fnl
parente78c45931794e08c40454750ba45527f8b1750e6 (diff)
downloadnvimrc-9cf315cd5ac37098b3196e6548689287f44bea6c.tar.gz
nvimrc-9cf315cd5ac37098b3196e6548689287f44bea6c.zip
feat(keymaps): add binding for git blame
Diffstat (limited to 'fnl/nvrc/keymaps.fnl')
-rw-r--r--fnl/nvrc/keymaps.fnl1
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>")