From 97037edc434d17ae79cd2954d40ec3fe02d58258 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 23 Jun 2026 12:36:34 +0300 Subject: [PATCH] Add tmux session setup for Jotlin --- scripts/tmux-session-setup | 8 ++++++++ 1 file changed, 8 insertions(+) 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