vim:keys: Add mappings for git log

This commit is contained in:
2022-08-28 16:00:16 +02:00
parent 2027e12283
commit bcebc70082

View File

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