tmux select-layout

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…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » tmux select-layout." Waylon Walker | Sciencx - Wednesday July 21, 2021, https://www.scien.cx/2021/07/21/tmux-select-layout/
HARVARD
Waylon Walker | Sciencx Wednesday July 21, 2021 » tmux select-layout., viewed ,<https://www.scien.cx/2021/07/21/tmux-select-layout/>
VANCOUVER
Waylon Walker | Sciencx - » tmux select-layout. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/21/tmux-select-layout/
CHICAGO
" » tmux select-layout." Waylon Walker | Sciencx - Accessed . https://www.scien.cx/2021/07/21/tmux-select-layout/
IEEE
" » tmux select-layout." Waylon Walker | Sciencx [Online]. Available: https://www.scien.cx/2021/07/21/tmux-select-layout/. [Accessed: ]
rf:citation
» tmux select-layout | Waylon Walker | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.