Set fzf.vim keybinding (dangerous)

pull/9/head
mandlm 2019-10-18 16:17:49 +02:00
parent 48cdd5b9d7
commit c170d0779f
1 changed files with 7 additions and 0 deletions

View File

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