5 ms·
Yes it can. Add something like this to your zsh config: zstyle ':completion:*:manuals' separate-sections true zstyle ':completion:*:manuals.*' insert-s
by jeekl 14y ago
Yes it can. Add something like this to your zsh config:
zstyle ':completion:*:manuals' separate-sections true
zstyle ':completion:*:manuals.*' insert-sections true
zstyle ':completion:*:man:*' menu yes select
- trebuch3t 14y agoThat's it. This thread sold me. Installing zsh now!
- AnthonBerg 14y agoTried fish yet? I prefer it to zsh ...
- fu86 14y agoThis does not work for me. If I type "tree -" and press [tab], nothing happens.