better fzf in vim

This commit is contained in:
Felix Van der Jeugt 2017-07-06 14:39:28 +02:00
parent e4ee2bf4fc
commit 86f23575b2
No known key found for this signature in database
GPG key ID: 58B209295023754D
2 changed files with 4 additions and 1 deletions

View file

@ -169,7 +169,7 @@ map g# <Plug>(incsearch-nohl-g#)
" path for fzf install
set rtp+=/usr/share/vim/vimfiles/
nnoremap <Leader>l :GitFiles<CR>
nnoremap <Leader>l :FZF<CR>
nnoremap <Leader>s :Tags<CR>
" Plugged }}}