alias tmux="tmux new-session \; split-window -h \; split-window -v"
This will start tmux with the following splits by default:
-----------------
| | |
| |-------|
| | |
-----------------
alias tmux="tmux new-session \; split-window -h \; split-window -v"
This will start tmux with the following splits by default:
-----------------
| | |
| |-------|
| | |
-----------------