added tmux panel configuration
This commit is contained in:
6
.tmux.conf
Normal file
6
.tmux.conf
Normal 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
|
||||||
Reference in New Issue
Block a user