added tmux panel configuration

This commit is contained in:
carnivuth
2026-01-30 16:11:24 +01:00
parent 139d322b2c
commit 845dd26bf4

6
.tmux.conf Normal file
View File

@@ -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