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

RE: Some problems with list scrolling and menu selection



>
> 1. The default for starting menu selection is less than user friendly.
> Normally, menu selection is started on the second TAB
> (assuming more or
> less standard config; zstyle output follows).

I forgot it, sorry.

bor@itsrm2% zstyle -L
zstyle ':completion:*' completer _oldlist _complete _match
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' ignore-parents parent pwd
zstyle ':completion:*' insert-unambiguous true
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt 'Showing %l'
zstyle ':completion:*' match-original both
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*'
'r:|[._-]=** r:|=**'
zstyle ':completion:*' menu 'select=0'
zstyle ':completion:*' original true
zstyle ':completion:*' verbose true
zstyle ':completion:*' old-list _match



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