Set fzf.vim keybinding (dangerous)
This commit is contained in:
parent
48cdd5b9d7
commit
c170d0779f
@ -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' }
|
||||
|
||||
|
Reference in New Issue
Block a user