Move fzf mappings to plugin/mappings.vim

This commit is contained in:
2016-07-05 22:19:39 +01:00
parent e26b13c742
commit 2d90a55ddd
2 changed files with 10 additions and 8 deletions

8
vimrc
View File

@@ -106,14 +106,6 @@ Plug 'tpope/vim-speeddating'
" fzf.vim - Fuzzy finder {{{
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
Plug 'junegunn/fzf.vim'
exec 'nnoremap <C-f>f :Files '
nnoremap <C-f>g :GitFiles<CR>
exec 'nnoremap <C-f>a :Ag '
nnoremap <C-f>b :Buffers<CR>
nnoremap <C-f>l :BLines<CR>
nnoremap <C-f>c :Commits<CR>
nnoremap <C-f>h :Helptags<CR>
nnoremap <C-f>s :Snippets<CR>
" }}}
" vim-notes - easy note taking {{{