Closed Semnodime closed 5 months ago
I provide very limited support to zsh4humans. Types of requests in the order of likelihood of my addressing them, from highest to lowest:
If I understand the description of this issue correctly, it falls into the last category: you've already figured out how to achieve what you want. If so, the requested improvements are outside of the level of support I provide.
zstyle :z4h: start-tmux [arg]...
When fiddeling with my
.zshrc
, I noticed this option and wanted to experience it's feature-set. Thus I soon convinced myself to try the implied other option and set it tozstyle ':z4h:' start-tmux 'yes'
.As I read through code, manual and options (due to grappling with a different issue), I noticed that doing so had no effect, since
yes
is an invalid option for thestart-tmux
setting and concluded that zsh4humans then proceeds silently by defaulting tono
.I hereby suggest to
yes
andno
(or anything similar) in case the setting is not binary (or might not be in the future)Note that the requested comment might already exist for
start-tmux
specifically, I can't tell since my.zshrc
is quite old and it lacks a version identifier which could (be used to) inform me of changes since running the z4h installer.