swap terminator split directions
This commit is contained in:
parent
f98c4031ad
commit
ee1dc21112
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@
|
||||||
new_tab = "<Ctrl><Shift>T";
|
new_tab = "<Ctrl><Shift>T";
|
||||||
cycle_next = "<Ctrl>Tab";
|
cycle_next = "<Ctrl>Tab";
|
||||||
cycle_prev = "<Ctrl><Shift>Tab";
|
cycle_prev = "<Ctrl><Shift>Tab";
|
||||||
split_horiz = "<Alt>V";
|
split_horiz = "<Alt>C";
|
||||||
split_vert = "<Alt>C";
|
split_vert = "<Alt>V";
|
||||||
|
|
||||||
go_left = "<Alt>H";
|
go_left = "<Alt>H";
|
||||||
go_right = "<Alt>L";
|
go_right = "<Alt>L";
|
||||||
|
|
Loading…
Reference in a new issue