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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user