mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 15:42:09 +00:00
Added tmux window for git
This commit is contained in:
4
tmux.sh
4
tmux.sh
@@ -4,6 +4,8 @@ tmux new-session -d -s $CURRENT_SESSION
|
|||||||
tmux send-keys 'vim' 'C-m'
|
tmux send-keys 'vim' 'C-m'
|
||||||
tmux rename-window vim
|
tmux rename-window vim
|
||||||
tmux new-window
|
tmux new-window
|
||||||
tmux rename-window server
|
tmux rename-window docker
|
||||||
|
tmux new-window
|
||||||
|
tmux rename-window git
|
||||||
tmux select-window -t 0
|
tmux select-window -t 0
|
||||||
tmux attach -t $CURRENT_SESSION
|
tmux attach -t $CURRENT_SESSION
|
||||||
|
|||||||
Reference in New Issue
Block a user