I like to use a tall terminal window on the right side of my monitor and I wonder if there's a nice way to divide it into even vertical thirds.
Asked
Active
Viewed 3,374 times
6
-
https://unix.stackexchange.com/questions/32986/how-do-i-equally-balance-tmux1-split-panes – chb Oct 25 '19 at 18:29
-
1Does this answer your question? [How do I equally balance tmux(1) split panes?](https://unix.stackexchange.com/questions/32986/how-do-i-equally-balance-tmux1-split-panes) – Jack Wilsdon Oct 29 '21 at 10:12
1 Answers
4
select-layout even-vertical
Usually assigned to: C-b M-2
C-b means Control-b, and M-2 means alt+2.
-
1Know how to get that to work from a terminal under Mac OS? option+2 sends ™ instead of alt+2 – cjm May 20 '16 at 20:50
-
@cjm: Preferences -> Profiles -> Keyboard and select "Use Option as Meta key". – abeboparebop Apr 05 '17 at 16:04