|
|
@@ -5,7 +5,7 @@ tmux display-menu -t . \
|
|
|
"Command List" "r" "list-commands" \
|
|
|
"Select Pane" "s" "choose-tree" \
|
|
|
"" \
|
|
|
- "Open Project" "p" "new-window /bin/zsh ~/.scripts/project_launch.zsh" \
|
|
|
+ "Open Project" "p" "new-window -c ~ -n 'Project Launcher' timeout 60s /bin/zsh ~/.scripts/project_launch.zsh" \
|
|
|
"Open Shell" "o" "new-window /bin/zsh" \
|
|
|
"Open Omniscratch" "u" "new-window /bin/zsh ~/.scripts/omniscratch.zsh" \
|
|
|
"Launch SSH" "v" "new-window /bin/zsh ~/.scripts/ssh_launch.zsh" \
|