You've already forked tmux_config
A simple file that allowes me to setup my tmux workflow
This commit is contained in:
7
tmux-script
Executable file
7
tmux-script
Executable file
@@ -0,0 +1,7 @@
|
||||
cd ~/Documents/git-repos
|
||||
tmux new-s -d
|
||||
tmux rename-window -t 1 GIT-LOCAL
|
||||
cd
|
||||
tmux new-w
|
||||
tmux rename-window -t 2 SSH-WORK
|
||||
tmux attach
|
Reference in New Issue
Block a user