aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/fzf.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/fzf.vim')
-rw-r--r--.vim/plugin/fzf.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/.vim/plugin/fzf.vim b/.vim/plugin/fzf.vim
new file mode 100644
index 0000000..32994a1
--- /dev/null
+++ b/.vim/plugin/fzf.vim
@@ -0,0 +1,11 @@
+let g:fzf_command_prefix = 'Fzf'
+
+noremap <leader>ff :FzfFiles<CR>
+noremap <leader>fbf :FzfBuffers<CR>
+noremap <leader>fm :FzfHistory<CR>
+noremap <leader>ft :FzfTags<CR>
+noremap <leader>fbt :FzfBtags<CR>
+noremap <leader>fa :FzfAg<space>
+noremap <leader>fc :FzfCommands<CR>
+noremap <leader>fgc :FzfCommits<CR>
+noremap <leader>fl :FzfLines<CR>