ping: even the horizontal split

This commit is contained in:
Nico Schottelius 2023-02-13 17:30:59 +01:00
parent 021ab18f68
commit 3762dd88ba
1 changed files with 1 additions and 2 deletions

View File

@ -5,13 +5,12 @@ case "$1" in
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:9::2
tmux select-layout -t ping_rm even-horizontal
tmux split-window -t ping_rm -v ping 2a0f:98c0:9::3
tmux select-pane -t ping_rm -L
tmux split-window -t ping_rm -v ping 2a0f:98c0:2::3
tmux select-pane -t ping_rm -L
tmux split-window -t ping_rm -v ping 2a0f:98c0:1::3
tmux attach -t ping_rm
;;
esac