diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-11-23 22:14:27 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-23 22:14:27 +0100 |
commit | 7b73c9ca1ced57cdf545e860e880658753b81777 (patch) | |
tree | de020c7ec1539f0f8867ee430f823af6febefe6a /plugins | |
parent | be73666f34c3a2762d606be7f1997b120929e17c (diff) | |
download | zsh-7b73c9ca1ced57cdf545e860e880658753b81777.tar.gz zsh-7b73c9ca1ced57cdf545e860e880658753b81777.tar.bz2 zsh-7b73c9ca1ced57cdf545e860e880658753b81777.zip |
tmux: add ZSH_TMUX_UNICODE to README
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/tmux/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index 1e25af38f..db57f5be2 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -37,4 +37,5 @@ The plugin also supports the following - | `ZSH_TMUX_ITERM2` | Sets the `-CC` option for iTerm2 tmux integration (default: `false`) | | `ZSH_TMUX_FIXTERM_WITHOUT_256COLOR` | `$TERM` to use for non 256-color terminals (default: `screen`) | | `ZSH_TMUX_FIXTERM_WITH_256COLOR` | `$TERM` to use for 256-color terminals (default: `screen-256color` | -| `ZSH_TMUX_CONFIG` | Set the configuration path (default: `$HOME/.tmux.conf`) |
\ No newline at end of file +| `ZSH_TMUX_CONFIG` | Set the configuration path (default: `$HOME/.tmux.conf`) | +| `ZSH_TMUX_UNICODE` | Set `tmux -u` option to support unicode | |