Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion display question
- X-seq: zsh-workers 27726
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: completion display question
- Date: Sat, 20 Feb 2010 14:16:44 -0500
- In-reply-to: <100207212457.ZM9476@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Sun, 07 Feb 2010 21:24:57 -0800")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <19308.26758.828534.571441@xxxxxxxxxxxxxxxxxx> <100207212457.ZM9476@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
Finally getting back to this, thanks Bart, very cool!
> zstyle -e ':completion:*:*:*:*' list-colors \
> 'reply=("=(#b)(${(q)PREFIX})*=0=01;31")'
> E.g. you may want (#b)*(${(q}PREFIX:t})* or something like that, and you
> may want different patterns for different contexts.
Is there some way to have it depend on which element of my
matcher-list is in effect? Gotta go read the manual...
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author