[vim] tab split instead of tabedit

This commit is contained in:
Junegunn Choi 2015-08-15 23:53:11 +09:00
parent 8156e9894e
commit e5fec408c4

View File

@ -358,7 +358,7 @@ endfunction
let s:default_action = {
\ 'ctrl-m': 'e',
\ 'ctrl-t': 'tabedit',
\ 'ctrl-t': 'tab split',
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit' }