From f26a86795ef1f4b7fe9bf5c1e7181ee522106862 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 22 Apr 2011 22:23:08 -0400 Subject: [PATCH] Disabled complist since it's crashing ZSH on menu completion. --- lib/completion.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index 9e770f1..7c81f77 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -9,7 +9,8 @@ setopt always_to_end WORDCHARS='' -zmodload -i zsh/complist +# fixme - complist is crashing ZSH on menu completion +# zmodload -i zsh/complist ## case-insensitive (all),partial-word and then substring completion if [ "x$CASE_SENSITIVE" = "xtrue" ]; then @@ -22,7 +23,7 @@ fi zstyle ':completion:*' list-colors '' # should this be in keybindings? -bindkey -M menuselect '^o' accept-and-infer-next-history +# bindkey -M menuselect '^o' accept-and-infer-next-history zstyle ':completion:*:*:*:*:*' menu select zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'