vim:keys: Map :{,B}Commits in other modes too

They support a range to show only commits that track the range.
This commit is contained in:
2022-10-13 17:27:08 +02:00
parent a02fbd4403
commit 3b86618541

View File

@@ -156,8 +156,8 @@ 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>
map <leader>gl :Commits<CR>
map <leader>gbl :BCommits<CR>
endif
" Y should behave like D & C does