mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
feat(tmux): add 'to' alias for session attachment (#13479)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
This commit is contained in:
parent
129aeee6bc
commit
0f45f82c0a
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ The plugin also supports the following:
|
|||
| `tkss` | tmux kill-session -t | Terminate named running tmux session |
|
||||
| `tksv` | tmux kill-server | Terminate all running tmux sessions |
|
||||
| `tl` | tmux list-sessions | Displays a list of running tmux sessions |
|
||||
| `to` | tmux new-session -A -s | Create or attach to a named tmux session |
|
||||
| `tmux` | `_zsh_tmux_plugin_run` | Start a new tmux session |
|
||||
| `tmuxconf` | `$EDITOR $ZSH_TMUX_CONFIG` | Open .tmux.conf file with an editor |
|
||||
| `ts` | tmux new-session -s | Create a new named tmux session |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue