lib/completion: Don't select the first item of completion list.

Based on a commit by: Ole Reifschneider <mail@ole-reifschneider.de>
This commit is contained in:
Ole Reifschneider 2010-01-19 15:51:54 +01:00 committed by Steve Losh
commit db18f4361b

View file

@ -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'