Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history-search + a few new user question
- X-seq: zsh-users 9759
- From: Thor Andreassen <ta@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: history-search + a few new user question
- Date: Mon, 5 Dec 2005 07:41:49 +0100
- In-reply-to: <20051204162658.GA17541@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20051204162658.GA17541@xxxxxxxxxxxxxxxxxxx>
On Sun, Dec 04, 2005 at 05:26:59PM +0100, karpi wrote:
[snip]
> 2) some way to set "ignorerece" so
> cd downloads
> interprets as too
> cd DownLoads
Use the following line, it makes all completions case-insensitive:
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
[snip]
--
Thor Andreassen
Messages sorted by:
Reverse Date,
Date,
Thread,
Author