Tmux: Add main-vertical key.

This commit is contained in:
Dmitry Voronin 2024-11-01 06:24:14 +03:00
parent 2b51b48813
commit 7028d14141
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -14,6 +14,7 @@ in
bind -n M-= select-layout tiled
bind -n M-_ select-layout even-vertical
bind -n M-| select-layout even-horizontal
bind -n M-+ select-layout main-vertical
bind -n M-k resize-pane -U ${toString stepVertical}
bind -n M-j resize-pane -D ${toString stepVertical}
bind -n M-h resize-pane -L ${toString stepHorizontal}