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 5e8f67c commit 6e83ceeCopy full SHA for 6e83cee
show-logs.sh
@@ -0,0 +1,4 @@
1
+tmux new-window -n "nvim logs"
2
+tmux send-keys "tail -f ~/.nvimlog" C-m
3
+tmux split
4
+tmux send-keys "tail -f /tmp/nvim-clojure.log" C-m
0 commit comments