swap terminator split directions

This commit is contained in:
Pim Kunis 2023-11-05 18:14:11 +01:00
parent f98c4031ad
commit ee1dc21112

View file

@ -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";