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

Re: filename cycling according to age, not name



Kai Grossjohann <kai@xxxxxxxxxxxxxx> writes:

> Normally, I'm happy with the normal filename completion behavior of
> zsh.  (After I've customized it to my liking.)

I forgot to include my zsh completion customization.  This is zsh
4.2.0.

Kai

# The following lines were added by compinstall

zstyle ':completion:*' auto-description 'specify %d'
zstyle ':completion:*' completer _expand _complete _correct
zstyle ':completion:*' completions 1
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' glob 1
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'r:|[._-/]=** r:|=**' 'l:|=* r:|=*'
zstyle ':completion:*' max-errors 3 numeric
zstyle ':completion:*' menu select=long
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
zstyle ':completion:*' substitute 1
zstyle ':completion:*' verbose true
zstyle :compinstall filename '/home/kgr/.zshrc'

autoload -U compinit
compinit
# End of lines added by compinstall





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