Skip to content

Commit 6e83cee

Browse files
committed
Add show log tmux script
1 parent 5e8f67c commit 6e83cee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

show-logs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)