fix vim-fugitive git blame binding

ada
blallo 2021-10-08 10:10:45 +02:00
parent 92c3763cad
commit e25f1cd821
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit be9ff95f27d12b7bd46ab5d36f7149cb0864c329
Subproject commit ba52c2b446e846fb1c132136a526587585383c43

2
vimrc
View File

@ -155,7 +155,7 @@ nnoremap <C-F> :Files<CR>
nnoremap <C-\> :Rg<CR>
nnoremap <leader>s :call Fzf_dev()<CR>
nnoremap <leader>c :Commits<CR>
nnoremap <leader>b :Gblame<CR>
nnoremap <leader>b :Git blame<CR>
nnoremap <leader><esc> :silent! nohls<CR>:call clearmatches()<CR>
nnoremap <leader><Tab> :bnext<CR>
nnoremap <leader>\ :bprev<CR>