Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.6 case-insensitive completion
- X-seq: zsh-users 2723
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: 3.1.6 case-insensitive completion
- Date: Thu, 4 Nov 1999 09:10:05 +0100 (MET)
- In-reply-to: Bruce Stephens's message of 03 Nov 1999 23:12:37 +0000
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Bruce Stephens wrote:
> How do I enable case-insensitive completion again? I'm sure I used to
> have it, once, but I don't seem to get it now.
It's now in the `compwid' part of the docs (even with this example;
see? sometimes I *can* imagine what people would like to know ;-)...
If your zsh is at least approximately up-to-date, you should use:
compmatchers=('m:{a-z}={A-Z}')
to get the one-way case-insensitiveness everywhere, or
compmatchers=('m:{a-zA-Z}={A-Za-z}')
for both ways. If that doesn't work for you, you have to use `compctl -M'
with those strings as arguments.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author