One minute
Split Screen Into Panes on Tmux Startup
alias tmux="tmux new-session \; split-window -h \; split-window -v"
This will start tmux with the following splits by default:
-----------------
| | |
| |-------|
| | |
-----------------
Read other posts
comments powered by Disqus