Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autocompletion of file url's
- X-seq: zsh-users 10581
- From: Thor Andreassen <ta@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: autocompletion of file url's
- Date: Sun, 6 Aug 2006 05:21:43 +0200
- In-reply-to: <44D1CB6A.6060908@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <44D11FDF.5060000@xxxxxxxxxxxxxxx> <20060802223421.a65ccae4.p.w.stephenson@xxxxxxxxxxxx> <44D1C210.3020302@xxxxxxxxxxxxxxx> <44D1CB6A.6060908@xxxxxxxxxxxxxxx>
On Thu, Aug 03, 2006 at 11:09:46AM +0100, Nathan Haigh wrote:
[...]
> However, I'm experiencing 1 little hiccup: having the 2 line above
> uncommented seem to stop a command working which allow autocompletion
> to be a little more forgiving with regards to case:<br>
> compctl -M '' 'm:{_a-z-}={-A-Z_}'<br>
You should be able to use this instead:
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
[...]
Please refrain from sending html mails.
--
with kind regards
Thor Andreassen
Messages sorted by:
Reverse Date,
Date,
Thread,
Author