]> git.madduck.net Git - etc/zsh.git/blobdiff - .zsh/zshrc/80-completion

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

convert aliases anonymous functions to proper functions
[etc/zsh.git] / .zsh / zshrc / 80-completion
index e45b9fd035e8ad04c828a00b4f3dece858ac4c67..4803d5cb184d1b02124f9e1134e3c17312510433 100644 (file)
@@ -213,8 +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:*:man:*' menu yes select
+zstyle ':completion:*:manuals.*' insert-sections false
 
 # debbug #527301
 zstyle ':completion::complete:xmms2:*:values' list-grouped false