From 845dd26bf43c9ec9ecfed95eacf529fb01d919a4 Mon Sep 17 00:00:00 2001 From: carnivuth Date: Fri, 30 Jan 2026 16:11:24 +0100 Subject: [PATCH] added tmux panel configuration --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..701ea12 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +splitw -v -p 10 +neww -n worker +select-window -t 1 +select-pane -t 0 +send-keys -t 0 "nvim" C-m +send-keys -t 1 "docker compose watch" C-m