Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
case-insensitive completion
- X-seq: zsh-workers 22312
- From: Karl Chen <quarl@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: case-insensitive completion
- Date: Wed, 01 Mar 2006 01:16:16 -0800
- Cancel-lock: sha1:yJcr7pm2sZuTmeOehEm7PJVUtRM=
- Gmane-from: 1
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: quarl+dated+1141636409.1c3501@xxxxxxxxxxxxxxxx
- Sender: news <news@xxxxxxxxxxxxx>
Hi, I use the following for case-insensitive completion:
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
It has always been MUCH slower than regular completion, esp on big
directories. With 4.3.0-dev-5 it got even worse. This is all on
a local disk (high bandwidth, low latency SATA), though of course
the effect is magnified over NFS.
Any plans to implement case-insensitive matching natively?
--
Karl 2006-03-01 01:13
Messages sorted by:
Reverse Date,
Date,
Thread,
Author