tmux select-layout ================== https://youtu.be/F0mHnwTrNNc{.youtube-embed} Date: July 21, 2021 [https://youtu.be/F0mHnwTrNNc](https://youtu.be/F0mHnwTrNNc){.youtube-embed} When you get many splits going in tmux sometimes its time for a new layout. There are four layout strategies that I use, main-vertical, main-horizontal, even-vertical, even-horizontal. Almost always I am useing the main ones with mod plus a or mod plus shift a keybindings. ``` bash # Select Layouts #――――――――――――――――― bind -n M-a select-layout main-vertical bind -n M-A select-layout main-horizontal bind -n M-E select-layout even-vertical bind -n M-V select-layout even-horizontal ``` How I navigate tmux in 2021 [1] > for more information on how I navigate tmux, check out this full post References: [1]: /tmux-nav-2021/