Set fzf.vim keybinding (dangerous)
parent
48cdd5b9d7
commit
c170d0779f
|
@ -1 +1,8 @@
|
||||||
command -nargs=1 SplitOpen :call splitopen#SplitOpenFile("<args>")
|
command -nargs=1 SplitOpen :call splitopen#SplitOpenFile("<args>")
|
||||||
|
|
||||||
|
let g:fzf_action = {
|
||||||
|
\ 'ctrl-s': 'SplitOpen',
|
||||||
|
\ 'ctrl-t': 'tab split',
|
||||||
|
\ 'ctrl-x': 'split',
|
||||||
|
\ 'ctrl-v': 'vsplit' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue