Skip to content

Commit 327b4b9

Browse files
committed
Fix Tmux debug script
1 parent bef24c6 commit 327b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmux-run-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tmux send-keys "NVIM_LISTEN_ADDRESS=127.0.0.1:7777 nvim" C-m
1010
tmux split
1111
tmux send-keys 'rlwrap java -cp "$(cat .classpath)" clojure.main' C-m
1212
tmux send-keys '(println "Plugin repl connecting to nvim")' C-m
13-
tmux send-keys '(def c (connection))' C-m
13+
tmux send-keys '(def c (tcp-connection))' C-m

0 commit comments

Comments
 (0)