Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH completion
- X-seq: zsh-users 16455
- From: Anonymous bin ich <ichbinanon@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: ZSH completion
- Date: Fri, 30 Sep 2011 19:42:56 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=A50MzQg5BRr8n+G7urxOzOWfPPg2ovEneNQTGVFvJSE=; b=fFCDGLi9RQ7fja0PANXi3D0OIie+j/VL+kmCu54goHTfO09LmrRS11MAjLZffemzu6 XayBgAxF2aNs2htO3+Da6OSf99f4kdMVJreffj7fLCW4tZRCtRzdVT0tJq8yZDYVQWI3 KVFsj4Qz3skr4ERTx1tPxzdvs+9xhq13J+w1c=
- In-reply-to: <110930063913.ZM28923@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: <CAFMeg08=aj-Q7PBj=XY+SZ0hW9S+KfrS5MpY70oeQibqDrUSNw@mail.gmail.com> <110930063913.ZM28923@torch.brasslantern.com>
On Fri, Sep 30, 2011 at 7:09 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Sep 30, 10:37am, Anonymous bin ich wrote:
> }
> } I want Zsh to stop completing until I press tab for a second time.
>
> setopt bash_auto_list
>
> That will still complete on the first tab if there's exactly one match.
>
Thanks, that is exactly what I wanted.
Is there any equivalent for this using zstyle? (Not a problem, just a
OCD compliance in maintaining my zshrc)
Regards,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author