diff options
author | Guangxiong Lin <[email protected]> | 2022-03-11 22:45:40 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-11 22:45:40 +0800 |
commit | 4ba640062f028ec7438b92060ed9bfcc7e3a0ed6 (patch) | |
tree | 3a1c4e7f83850a45f184a111aececd14277ddf21 /.vim | |
parent | 8b2a66bb700fbd0e0546193c9331e3d3d18f809d (diff) | |
download | dotfiles-4ba640062f028ec7438b92060ed9bfcc7e3a0ed6.tar.gz dotfiles-4ba640062f028ec7438b92060ed9bfcc7e3a0ed6.tar.bz2 dotfiles-4ba640062f028ec7438b92060ed9bfcc7e3a0ed6.zip |
Update fzf command (vim)
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/plugin/fzf.vim | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.vim/plugin/fzf.vim b/.vim/plugin/fzf.vim index 8069148..7bf39aa 100644 --- a/.vim/plugin/fzf.vim +++ b/.vim/plugin/fzf.vim @@ -14,6 +14,7 @@ noremap <leader>fT :FzfTags<CR> noremap <leader>fa :FzfAg<space> noremap <leader>fr :FzfRg<space> noremap <leader>fc :FzfCommands<CR> -noremap <leader>fgc :FzfCommits<CR> -noremap <leader>fgbc :FzfBCommits<CR> -noremap <leader>fl :FzfLines<CR> +noremap <leader>fgc :FzfBCommits<CR> +noremap <leader>fgC :FzfCommits<CR> +noremap <leader>fl :FzfBLines<CR> +noremap <leader>fL :FzfLines<CR> |