264 B
264 B
tmux
Exapmle [-| ]
tmux new-session -d 'bash' \; split-window -hd 'bash' \; split-window -v -t 0 -d 'bash' \; attach
Example [ |-]
tmux new-session -d 'bash' \; split-window -hd 'bash' \; split-window -v -t 1 -d 'bash' \; attach