4 lines
70 B
VimL
4 lines
70 B
VimL
|
" Map FZF to CtrlP
|
||
|
nnoremap <C-P> :Files<CR>
|
||
|
nnoremap <C-M-F> :Rg<CR>
|