Skip to content
Snippets Groups Projects
Commit e5fec408 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[vim] tab split instead of tabedit

parent 8156e989
No related branches found
No related tags found
No related merge requests found
......@@ -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' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment