diff --git a/scripts/tmux-session-setup b/scripts/tmux-session-setup index aeefcc7..02d5bb3 100755 --- a/scripts/tmux-session-setup +++ b/scripts/tmux-session-setup @@ -56,6 +56,14 @@ elif [ "$sess" = "eko" ]; then # tmux send-keys -t $sess:logs.2 "tail -f client.log" C-m # tmux send-keys -t $sess:logs.3 "go run ./cmd/server --stdout" C-m + tmux select-window -t $sess:editor +elif [ "$sess" = "Jotlin" ]; then + tmux rename-window -t $sess:1 editor + tmux send-keys -t $sess:editor.1 "vim" C-m + + tmux new-window -t $sess -n server -c $dir + tmux send-keys -t $sess:server.1 "./gradlew runServer" C-m + tmux select-window -t $sess:editor elif [ "$sess" = "blockbrawl" ]; then tmux rename-window -t $sess:1 editor