From db18f4361beac88fd8f31fe9ac67113fdef146e3 Mon Sep 17 00:00:00 2001 From: Ole Reifschneider Date: Tue, 19 Jan 2010 15:51:54 +0100 Subject: [PATCH] lib/completion: Don't select the first item of completion list. Based on a commit by: Ole Reifschneider --- lib/completion.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index 46b6d8f65..0e2e38849 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -1,6 +1,5 @@ ## fixme - the load process here seems a bit bizarre -setopt noautomenu setopt complete_in_word setopt always_to_end @@ -30,7 +29,7 @@ unsetopt MENU_COMPLETE # should this be in keybindings? bindkey -M menuselect '^o' accept-and-infer-next-history -zstyle ':completion:*:*:*:*:*' menu yes select +zstyle ':completion:*:*:*:*:*' menu select # zstyle ':completion:*:*:*:*:processes' force-list always zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'