From a8639470b78b630f438c63282ee72516dc02d277 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 16 Sep 2021 23:36:06 +0800 Subject: Add fzf keymap --- .vim/plugin/fzf.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vim/plugin') diff --git a/.vim/plugin/fzf.vim b/.vim/plugin/fzf.vim index d6d7dc9..04aaeda 100644 --- a/.vim/plugin/fzf.vim +++ b/.vim/plugin/fzf.vim @@ -1,6 +1,7 @@ let g:fzf_command_prefix = 'Fzf' noremap ff :FzfFiles +noremap fgf :FzfGFiles noremap fbf :FzfBuffers noremap fm :FzfHistory noremap ft :FzfTags @@ -9,4 +10,5 @@ noremap fa :FzfAg noremap fr :FzfRg noremap fc :FzfCommands noremap fgc :FzfCommits +noremap fgbc :FzfBCommits noremap fl :FzfLines -- cgit v1.2.3