1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

feat(tmux): add tds alias for directory sessions (#11987)

This commit is contained in:
Peat Bakke
2023-10-19 02:49:38 -07:00
committed by GitHub
parent 0da416986a
commit 104041a018
2 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ The plugin also supports the following:
| `tkss` | tmux kill-session -t | Terminate named running tmux session |
| `tmux` | `_zsh_tmux_plugin_run` | Start a new tmux session |
| `tmuxconf` | `$EDITOR $ZSH_TMUX_CONFIG` | Open .tmux.conf file with an editor |
| `tds` | `_tmux_directory_session` | Creates or attaches to a session for the current path |
## Configuration Variables