We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef24c6 commit 327b4b9Copy full SHA for 327b4b9
tmux-run-dev.sh
@@ -10,4 +10,4 @@ tmux send-keys "NVIM_LISTEN_ADDRESS=127.0.0.1:7777 nvim" C-m
10
tmux split
11
tmux send-keys 'rlwrap java -cp "$(cat .classpath)" clojure.main' C-m
12
tmux send-keys '(println "Plugin repl connecting to nvim")' C-m
13
-tmux send-keys '(def c (connection))' C-m
+tmux send-keys '(def c (tcp-connection))' C-m
0 commit comments