Skip to content

Split Screen Into Panes on Tmux Startup

Published: at 11:00 PM
alias tmux="tmux new-session \; split-window -h \; split-window -v"

This will start tmux with the following splits by default:

-----------------
|       |       |
|       |-------|
|       |       |
-----------------