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:
parent
ab2d063759
commit
9ebbd3640b
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue