6

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.

cjm
  • 225
  • 3
  • 8
  • https://unix.stackexchange.com/questions/32986/how-do-i-equally-balance-tmux1-split-panes – chb Oct 25 '19 at 18:29
  • 1
    Does 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 Answers1

4

select-layout even-vertical Usually assigned to: C-b M-2

C-b means Control-b, and M-2 means alt+2.