Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: known hosts tab completion
- X-seq: zsh-users 17160
- From: Matt Woodson <mwoodson@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: known hosts tab completion
- Date: Sat, 23 Jun 2012 18:48:32 -0400
- Cc: zsh-users@xxxxxxx, d.s@xxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=trAW3bOWwtnO73Sy26F0fEbfNmjpHZxx0cvvjp8dnPY=; b=w8rLgMSOcPS5YqtvVygP+cG0gVPtLyfVqN5Wb/A80dwgTIu4CwMC3gBCbWyOa4Rr+4 QiM2zsvNuQeN6gKXYGgf8+bB29+mCFU0fxJGCtff4IDb+S4+0wNVeu4/hiNaQ/EIhmsr lZtRdAX+snVNm79YSEJOgY+cbzzBZmaqGvbs6tEc84i/sjKc7WKohsip0r4Abkll552t lUkS8oKuWWx5tzBQCI4M+g4VhzrVaAfdRscKeM/5T1JNmMvbsUIiUk1DWSjVESNDoqhw JmvSocr6BpGLrixBogfH4ZwcfezQBr25ZvbQm+WzM58bODefu6Ayg4x7i1/FOP5Sy9uC Dcww==
- In-reply-to: <120623111812.ZM13306@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAMcVnE1Q8DU-DhY+5mxOJi4FLD_T4oWajJ+ANoAy9a8GmEF3qQ@mail.gmail.com> <120623111812.ZM13306@torch.brasslantern.com>
On Sat, Jun 23, 2012 at 2:18 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> This similar to the confusion about the default matcher-list that was
> discussed about a month ago in the "completion oddity" thread (starts
> with zsh-users/17099 if you want to check the archives).
>
> In this case, though, the default matcher-list does not include the
> dot character, so you must have a zstyle that does. Disable it for
> this context and you should be able to get the behavior you want.
I don't know if this is true. I only have one matcher-list:
$ zstyle -L | grep matcher
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
$
Is there something else I need to change?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author