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

Re: case insensitive filename generation



 --- Le Wang <lewang@xxxxxxxxx> wrote: > 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?

That is without inserting (#i) all the time.

--
Le

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca



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