Set fzf.vim keybinding (dangerous)

This commit is contained in:
Michael Mandl 2019-10-18 16:17:49 +02:00
parent 48cdd5b9d7
commit c170d0779f

View file

@ -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' }