Changed keybinding for FZF paste
Press <ctrl>-p to paste the filename of the file selected by FZF
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user