vim:keys: Fix BCommits and G blame mapping clash

This commit is contained in:
2022-10-21 00:52:45 +02:00
parent b82405a8c0
commit b698873d2c

View File

@@ -157,9 +157,9 @@ endif
if (get(g:, 'loaded_fzf')) if (get(g:, 'loaded_fzf'))
" git files that `git status` lists " git files that `git status` lists
nmap <leader>gf :GFiles?<CR> nmap <leader>gf :GFiles?<CR>
" 'git log' and 'git buffer log' " 'git log (log?)' and 'git log buffer '
map <leader>gl :Commits<CR> map <leader>gll :Commits<CR>
map <leader>gbl :BCommits<CR> map <leader>glb :BCommits<CR>
endif endif
" Y should behave like D & C does " Y should behave like D & C does