Added standard dev environment tmux configuration
This commit is contained in:
8
tmux/dev.tmux.conf.symlink
Normal file
8
tmux/dev.tmux.conf.symlink
Normal file
@@ -0,0 +1,8 @@
|
||||
source-file ~/.tmux.conf
|
||||
new-session -s dev -n ide
|
||||
split-window -v -p 10 -t dev
|
||||
select-pane -t 1
|
||||
split-window -h -p 30 -t dev
|
||||
new-window -n shell
|
||||
select-window -t dev:1
|
||||
select-pane -t 1
|
||||
Reference in New Issue
Block a user