Set fzf.vim keybinding (dangerous)
This commit is contained in:
parent
48cdd5b9d7
commit
c170d0779f
1 changed files with 7 additions and 0 deletions
|
@ -1 +1,8 @@
|
|||
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 a new issue