diff options
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> |