aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/plugin/fzf.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/plugin/fzf.vim b/.vim/plugin/fzf.vim
index 62be607..8069148 100644
--- a/.vim/plugin/fzf.vim
+++ b/.vim/plugin/fzf.vim
@@ -7,7 +7,7 @@ command! -bang -nargs=* FzfRg
noremap <leader>ff :FzfFiles<CR>
noremap <leader>fgf :FzfGFiles<CR>
-noremap <leader>fbf :FzfBuffers<CR>
+noremap <leader>fb :FzfBuffers<CR>
noremap <leader>fm :FzfHistory<CR>
noremap <leader>ft :FzfBTags<CR>
noremap <leader>fT :FzfTags<CR>