Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Still confused with new style names



This is plain dev-19. Menu select simply does not work. I tried the
settings:

zstyle ':completion:*' menu select=0 (as I had originally)
zstyle ':completion:*' menu select
zstyle ':completion::*:*:*:default' menu select
zstyle ':completion:::::default' menu select

none works. Other settings are listed here (well, you also wee all menu
selects I tried ;-). Weird is, that list-colors do work with the same
settings.

/andrej

zstyle ':completion:*' completer _oldlist _complete _match
zstyle :completion::approximate: max-errors 3
zstyle :completion:::::default menu select
zstyle ':completion:*::::default' menu select
zstyle ':completion:*:*:::default' menu select
zstyle ':completion::*:*:default' menu select
zstyle ':completion::*:*:*:default' menu select
zstyle ':completion:*' menu select
zstyle ':completion:*::::default' list-colors ''
zstyle ':completion:*:match:*' original yes
zstyle ':completion:*:match:*' insert-unambiguous yes
zstyle ':completion:*:paths' cursor yes
zstyle ':completion:*:oldlist' list _match



Messages sorted by: Reverse Date, Date, Thread, Author