ping: even the horizontal split
This commit is contained in:
parent
021ab18f68
commit
3762dd88ba
1 changed files with 1 additions and 2 deletions
|
@ -5,13 +5,12 @@ case "$1" in
|
||||||
tmux new-session -s ping_rm -d ping 2a0f:98c0:1::2
|
tmux new-session -s ping_rm -d ping 2a0f:98c0:1::2
|
||||||
tmux split-window -t ping_rm -h ping 2a0f:98c0:2::2
|
tmux split-window -t ping_rm -h ping 2a0f:98c0:2::2
|
||||||
tmux split-window -t ping_rm -h ping 2a0f:98c0:9::2
|
tmux split-window -t ping_rm -h ping 2a0f:98c0:9::2
|
||||||
|
tmux select-layout -t ping_rm even-horizontal
|
||||||
tmux split-window -t ping_rm -v ping 2a0f:98c0:9::3
|
tmux split-window -t ping_rm -v ping 2a0f:98c0:9::3
|
||||||
tmux select-pane -t ping_rm -L
|
tmux select-pane -t ping_rm -L
|
||||||
tmux split-window -t ping_rm -v ping 2a0f:98c0:2::3
|
tmux split-window -t ping_rm -v ping 2a0f:98c0:2::3
|
||||||
tmux select-pane -t ping_rm -L
|
tmux select-pane -t ping_rm -L
|
||||||
tmux split-window -t ping_rm -v ping 2a0f:98c0:1::3
|
tmux split-window -t ping_rm -v ping 2a0f:98c0:1::3
|
||||||
|
|
||||||
tmux attach -t ping_rm
|
tmux attach -t ping_rm
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue