From dc0e7a479ad440e50ddd06e2ad4d5d6b247c2dcb Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 8 May 2017 10:39:04 +0200 Subject: [PATCH] disable menu select for manpages to prevent space inserted --- .zsh/zshrc/80-completion | 1 - 1 file changed, 1 deletion(-) diff --git a/.zsh/zshrc/80-completion b/.zsh/zshrc/80-completion index 5c5835c..4803d5c 100644 --- a/.zsh/zshrc/80-completion +++ b/.zsh/zshrc/80-completion @@ -214,7 +214,6 @@ zstyle -e ':completion:*' special-dirs '[[ $PREFIX = (../)#(|.|..) ]] && reply=( # complete manual by their section zstyle ':completion:*:manuals' separate-sections true zstyle ':completion:*:manuals.*' insert-sections false -zstyle ':completion:*:man:*' menu yes select # debbug #527301 zstyle ':completion::complete:xmms2:*:values' list-grouped false -- 2.39.2