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 = {
|
let g:fzf_action = {
|
||||||
\ 'ctrl-x': 'split',
|
\ 'ctrl-x': 'split',
|
||||||
\ 'ctrl-v': 'vsplit',
|
\ 'ctrl-v': 'vsplit',
|
||||||
\ 'ctrl-o': ':r !echo'}
|
\ 'ctrl-p': ':r !echo'}
|
||||||
|
|
||||||
" ---------------------------------------------------------------------------------------------------------------------
|
" ---------------------------------------------------------------------------------------------------------------------
|
||||||
" ==> Colors
|
" ==> Colors
|
||||||
|
|||||||
Reference in New Issue
Block a user