X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a465abc69e8bb12baf6e42dd5234e61a584c6071..a1f78748a23c53a24971de5f145b4757f7972bbe:/.zsh/zshrc/80-completion diff --git a/.zsh/zshrc/80-completion b/.zsh/zshrc/80-completion index e45b9fd..5c5835c 100644 --- a/.zsh/zshrc/80-completion +++ b/.zsh/zshrc/80-completion @@ -213,7 +213,7 @@ zstyle -e ':completion:*' special-dirs '[[ $PREFIX = (../)#(|.|..) ]] && reply=( # complete manual by their section zstyle ':completion:*:manuals' separate-sections true -zstyle ':completion:*:manuals.*' insert-sections true +zstyle ':completion:*:manuals.*' insert-sections false zstyle ':completion:*:man:*' menu yes select # debbug #527301