Changed keybinding for FZF paste

Press <ctrl>-p to paste the filename of the file selected by FZF
This commit is contained in:
2024-05-09 07:34:12 -04:00
parent f4f82ad175
commit 89fdfb9fec

2
.vimrc
View File

@@ -174,7 +174,7 @@ let g:airline_theme = 'angr'
let g:fzf_action = {
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit',
\ 'ctrl-o': ':r !echo'}
\ 'ctrl-p': ':r !echo'}
" ---------------------------------------------------------------------------------------------------------------------
" ==> Colors