From 4ba640062f028ec7438b92060ed9bfcc7e3a0ed6 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 11 Mar 2022 22:45:40 +0800 Subject: Update fzf command (vim) --- .vim/plugin/fzf.vim | 7 ++++--- 1 file 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 fT :FzfTags noremap fa :FzfAg noremap fr :FzfRg noremap fc :FzfCommands -noremap fgc :FzfCommits -noremap fgbc :FzfBCommits -noremap fl :FzfLines +noremap fgc :FzfBCommits +noremap fgC :FzfCommits +noremap fl :FzfBLines +noremap fL :FzfLines -- cgit v1.2.3