nvim: after/plugin/fzf: BCommits also supports visual selection

BCommits supports visual selection of lines to track changes in
the range.
This commit is contained in:
Sanchayan Maity 2022-03-27 19:23:11 +05:30
parent ab2d063759
commit 9ebbd3640b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ nnoremap <Leader>ff :GFiles<CR>
nnoremap <Leader>fF :Files<CR>
nnoremap <Leader>fL :Lines<CR>
nnoremap <Leader>fc :BCommits<CR>
xnoremap <Leader>fc :BCommits<CR>
nnoremap <Leader>fC :Commits<CR>
nnoremap <Leader>fh :History:<CR>
nnoremap <Leader>fH :History/<CR>