fix vim-fugitive git blame binding
This commit is contained in:
parent
92c3763cad
commit
e25f1cd821
2
pack/vendor/start/vim-fugitive
vendored
2
pack/vendor/start/vim-fugitive
vendored
|
@ -1 +1 @@
|
|||
Subproject commit be9ff95f27d12b7bd46ab5d36f7149cb0864c329
|
||||
Subproject commit ba52c2b446e846fb1c132136a526587585383c43
|
2
vimrc
2
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user