aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/fzf.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-22 22:42:05 +0800
committerGuangxiong Lin <[email protected]>2023-11-22 22:42:05 +0800
commit5b19f525ad154c81de56d406dff6dfba6f5a8a66 (patch)
tree9ee400e4f8b286779034c26332f7c1a56daff961 /.vim/after/plugin/fzf.vim
parent964fa8d921259385c471870bd5344974e79294b6 (diff)
downloaddotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.gz
dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.bz2
dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.zip
Update vim config
Diffstat (limited to '.vim/after/plugin/fzf.vim')
-rw-r--r--.vim/after/plugin/fzf.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/fzf.vim b/.vim/after/plugin/fzf.vim
index 648cb54..4812000 100644
--- a/.vim/after/plugin/fzf.vim
+++ b/.vim/after/plugin/fzf.vim
@@ -61,6 +61,7 @@ noremap <leader>fm :FzfHistory<CR>
noremap <leader>ft :FzfBTags<CR>
noremap <leader>fT :FzfTags<CR>
noremap <leader>fr :FzfRg<space>
+noremap <leader>rg :FzfRg<space>
noremap <leader>fc :FzfCommands<CR>
noremap <leader>fgc :FzfBCommits<CR>
noremap <leader>fgC :FzfCommits<CR>