Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: filename cycling according to age, not name
- X-seq: zsh-users 7632
- From: Kai Grossjohann <kai@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: filename cycling according to age, not name
- Date: Wed, 30 Jun 2004 15:44:16 +0200
- Cancel-lock: sha1:EjOxaivkHC7MC4IMb8zAmiSb5tA=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <86isd9xj1b.fsf@xxxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
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