Change fzf binding

This commit is contained in:
2022-02-13 23:31:27 +00:00
parent bc761e6884
commit 251e5a5f61

View File

@ -83,7 +83,7 @@ endif
call plug#begin($XDG_DATA_HOME . '/nvim/plugged')
Plug '/usr/bin/fzf'
nnoremap <Leader>fz :call fzf#run({ 'sink': 'e' })<CR>
nnoremap <Leader>p :call fzf#run({ 'sink': 'e' })<CR>
Plug 'dyng/ctrlsf.vim'
Plug 'godlygeek/tabular'