Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problems with ssh tab completion
- X-seq: zsh-users 10820
- From: Stanislaw Halik <sthalik@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: problems with ssh tab completion
- Date: Tue, 10 Oct 2006 00:23:33 +0200
- In-reply-to: <061009080116.ZM6500@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20061009023729.GA6361@xxxxxxxxxxxxxxxxxxxxx> <061009080116.ZM6500@xxxxxxxxxxxxxxxxxxxxxx>
On Mon, Oct 09, 2006, Bart Schaefer wrote:
> [...]
Thank you for an explanation.
> If you find this useful elsewhere, such as in file names, but not in
> ssh, you can change the matcher-list style just for ssh with another
> zstyle command such as:
> zstyle ':completion:*:(ssh|scp):*' matcher-list ''
Right now I'm using the following matcher-list:
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z} m:{a-zA-Z}={A-Za-z}'
However, both disabling this matcher-list completely and entering the
one you specified seems to have no effect. Hostnames, as previously,
are delimited with dots as "delimiters" of some sort.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author