Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
case insensitive filename generation
- X-seq: zsh-users 5747
- From: Le Wang <lewang@xxxxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: case insensitive filename generation
- Date: Sat, 18 Jan 2003 17:39:00 -0500 (EST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I have case insensitive <tab> completion with this
style:
zstyle ':completion:*' matcher-list 'm:{a-z-}={A-Z_}'
How would I do the exact same thing with filenames,
i.e. allow lower case letters to match lower or upper
case filenames?
Thanks.
--
Le
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
Messages sorted by:
Reverse Date,
Date,
Thread,
Author