aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugin/fzf.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/plugin/fzf.vim b/.vim/plugin/fzf.vim
index 43522f7..62be607 100644
--- a/.vim/plugin/fzf.vim
+++ b/.vim/plugin/fzf.vim
@@ -9,8 +9,8 @@ noremap <leader>ff :FzfFiles<CR>
noremap <leader>fgf :FzfGFiles<CR>
noremap <leader>fbf :FzfBuffers<CR>
noremap <leader>fm :FzfHistory<CR>
-noremap <leader>ft :FzfTags<CR>
-noremap <leader>fbt :FzfBTags<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>