This content originally appeared on DEV Community and was authored by Waylon Walker
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.
# 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
Be sure to check out the full youtube playlist and subscribe if you like it.
https://www.youtube.com/playlist?list=PLTRNG6WIHETB4reAxbWza3CZeP9KL6Bkr
Also check out this long form post for more about how I use tmux.
This content originally appeared on DEV Community and was authored by Waylon Walker
Waylon Walker | Sciencx (2021-07-21T17:48:24+00:00) tmux select-layout. Retrieved from https://www.scien.cx/2021/07/21/tmux-select-layout/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.