1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-23 11:44:47 +01:00

feat(tmux): add 'to' alias for session attachment (#13479)

This commit is contained in:
Daniel R. Neal
2025-12-22 04:31:21 -08:00
committed by GitHub
parent 129aeee6bc
commit 0f45f82c0a
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ alias tmuxconf='$EDITOR $ZSH_TMUX_CONFIG'
_build_tmux_alias "ta" "attach" "-t"
_build_tmux_alias "tad" "attach -d" "-t"
_build_tmux_alias "to" "new-session -A" "-s"
_build_tmux_alias "ts" "new-session" "-s"
_build_tmux_alias "tkss" "kill-session" "-t"