From: martin f. krafft Date: Fri, 28 Apr 2017 20:02:24 +0000 (+0200) Subject: do not insert manpage sections during completion X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/a1f78748a23c53a24971de5f145b4757f7972bbe do not insert manpage sections during 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