Use :FZF for ctrl-p

This commit is contained in:
Kevin Cotugno 2022-12-23 07:43:16 -07:00
parent c06890cb27
commit 6feaf58284

View File

@ -233,7 +233,7 @@ endfunction
nnoremap <leader>s :Ags<space> nnoremap <leader>s :Ags<space>
" FZF " FZF
nnoremap <C-p> :FZF!<CR> nnoremap <C-p> :FZF<CR>
" NERD Commenter " NERD Commenter
let g:NERDSpaceDelims = 1 let g:NERDSpaceDelims = 1