diff --git a/.tmux b/.tmux index 61789b7..7a4d376 100755 --- a/.tmux +++ b/.tmux @@ -8,6 +8,8 @@ tmux send-keys -t "$1:1" "nvim" Enter # 2. Server. tmux new-window -t "$1" -c "$PWD" tmux send-keys -t "$1:2" "docker compose up --remove-orphans" Enter +tmux split-window -t "$1:2" -v +tmux send-keys -t "$1:2.bottom" "./run test" Enter # 3. General shell use. tmux new-window -t "$1" -c "$PWD"