aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-21 08:33:57 +0800
committerGuangxiong Lin <[email protected]>2023-10-21 08:33:57 +0800
commit0ccfe68e97ad3f05ba6d36d2568c88a7d8d8f15b (patch)
tree94220042ef20c8f281d154a11beb57f6f79786bf /.vim
parent5963624887a656e69987a34596ca190afea5e7d2 (diff)
downloaddotfiles-0ccfe68e97ad3f05ba6d36d2568c88a7d8d8f15b.tar.gz
dotfiles-0ccfe68e97ad3f05ba6d36d2568c88a7d8d8f15b.tar.bz2
dotfiles-0ccfe68e97ad3f05ba6d36d2568c88a7d8d8f15b.zip
Update vim keybind
Diffstat (limited to '.vim')
-rw-r--r--.vim/after/plugin/fzf.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/after/plugin/fzf.vim b/.vim/after/plugin/fzf.vim
index df1ef6d..2101b90 100644
--- a/.vim/after/plugin/fzf.vim
+++ b/.vim/after/plugin/fzf.vim
@@ -48,9 +48,9 @@ if executable('fzf') && get(g:, 'loaded_fzf', 0) == 1
noremap <leader>fm :FzfHistory<CR>
noremap <leader>ft :FzfBTags<CR>
noremap <leader>fT :FzfTags<CR>
- noremap <leader>fa :FzfAg<space>
noremap <leader>fr :FzfRg<space>
- noremap <leader>fc :FzfCommands<CR>
+ noremap <leader>fc :FzfHistory:<CR>
+ noremap <leader>fC :FzfCommands<CR>
noremap <leader>fgc :FzfBCommits<CR>
noremap <leader>fgC :FzfCommits<CR>
noremap <leader>fl :FzfBLines<CR>