Skip to content

Commit dd5edad

Browse files
author
Santiago Rodriguez
committed
feat: change CTRL+p to use fzf
That allow us to fuzzy search files and preview their content.
1 parent 7d75f67 commit dd5edad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

after/plugin/user_customizations.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"fzf.vim configs
22
nmap <C-\> :Rg! <C-R><C-W><CR>
33
nmap <C-/> :RG!<space><CR>
4+
nmap <C-p> :Files<CR>
45
56
" source user customizations if defined
67
if filereadable(expand("~/.vimrc.after"))

0 commit comments

Comments
 (0)