diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2025-03-20 20:23:47 +0100 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2025-03-20 20:26:18 +0100 |
| commit | 0c8c7bf2a8efa66b504d17e3b56881925a580b40 (patch) | |
| tree | 42721997ecf504e80eff1ee6cca93ab1c6c12d2e /plugins/tmux | |
| parent | ec07c79d7ef9f30d4f7aef7eb54b605cd78bfb3d (diff) | |
| download | zsh-0c8c7bf2a8efa66b504d17e3b56881925a580b40.tar.gz zsh-0c8c7bf2a8efa66b504d17e3b56881925a580b40.tar.bz2 zsh-0c8c7bf2a8efa66b504d17e3b56881925a580b40.zip | |
docs(tmux): add note to README for #5282
Diffstat (limited to 'plugins/tmux')
| -rw-r--r-- | plugins/tmux/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index 28ad3558a..53607b8ad 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -31,6 +31,7 @@ The plugin also supports the following: | Variable | Description | | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | +| `ZSH_TMUX_AUTOREFRESH` | Automatically refresh global environments (default: `true`) | | `ZSH_TMUX_AUTOSTART` | Automatically starts tmux (default: `false`) | | `ZSH_TMUX_AUTOSTART_ONCE` | Autostart only if tmux hasn't been started previously (default: `true`) | | `ZSH_TMUX_AUTOCONNECT` | Automatically connect to a previous session if it exits (default: `true`) | |
