Explorar o código

add vim shortcut for fugitive's git blame

cinaeco %!s(int64=13) %!d(string=hai) anos
pai
achega
7c5f05573f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      vim/vimrc

+ 3 - 0
vim/vimrc

@@ -184,6 +184,9 @@ vnoremap <silent> <leader>,    <ESC>:call NERDComment("x", "toggle")<CR>
 " Traverse undo tree with Gundo!
 nnoremap <leader>u :GundoToggle<CR>
 
+" Git blame with Fugitive!
+nnoremap <leader>b :Gblame<CR>
+
 
 """"""""
 "" Key Remaps - Movement and Windows