Hacker News new | ask | show | jobs
by jeekl 5120 days 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
2 comments

This does not work for me. If I type "tree -" and press [tab], nothing happens.
That's it. This thread sold me. Installing zsh now!
Tried fish yet? I prefer it to zsh ...