summaryrefslogtreecommitdiff
path: root/plugins/tmux/README.md
diff options
context:
space:
mode:
authorJhon Pedroza <jhon@pedroza.me>2024-04-16 02:52:12 -0500
committerGitHub <noreply@github.com>2024-04-16 09:52:12 +0200
commitb26000d1685fa61bddddea42e2a606b2a0d64e25 (patch)
tree20320725056798d5faee898ecfb5cee28ca2a2d8 /plugins/tmux/README.md
parent31f2025e0fa963788655fe197e0179c47588b175 (diff)
downloadzsh-b26000d1685fa61bddddea42e2a606b2a0d64e25.tar.gz
zsh-b26000d1685fa61bddddea42e2a606b2a0d64e25.tar.bz2
zsh-b26000d1685fa61bddddea42e2a606b2a0d64e25.zip
feat(tmux): sessions named as current dir (#12351)
Diffstat (limited to 'plugins/tmux/README.md')
-rw-r--r--plugins/tmux/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md
index 50f8b2c2f..09952a9f5 100644
--- a/plugins/tmux/README.md
+++ b/plugins/tmux/README.md
@@ -37,6 +37,7 @@ The plugin also supports the following:
| `ZSH_TMUX_AUTOQUIT` | Automatically closes terminal once tmux exits (default: `ZSH_TMUX_AUTOSTART`) |
| `ZSH_TMUX_CONFIG` | Set the configuration path (default: `$HOME/.tmux.conf`, `$XDG_CONFIG_HOME/tmux/tmux.conf`) |
| `ZSH_TMUX_DEFAULT_SESSION_NAME` | Set tmux default session name when autostart is enabled |
+| `ZSH_TMUX_AUTONAME_SESSION` | Automatically name new sessions based on the basename of `$PWD` (default: `false`) |
| `ZSH_TMUX_DETACHED` | Set the detached mode (default: `false`) |
| `ZSH_TMUX_FIXTERM` | Sets `$TERM` to 256-color term or not based on current terminal support |
| `ZSH_TMUX_FIXTERM_WITHOUT_256COLOR` | `$TERM` to use for non 256-color terminals (default: `tmux` if available, `screen` otherwise) |