From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15799 invoked by alias); 30 Sep 2011 14:13:26 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16455 Received: (qmail 22922 invoked from network); 30 Sep 2011 14:13:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) 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= MIME-Version: 1.0 In-Reply-To: <110930063913.ZM28923@torch.brasslantern.com> References: <110930063913.ZM28923@torch.brasslantern.com> From: Anonymous bin ich Date: Fri, 30 Sep 2011 19:42:56 +0530 Message-ID: Subject: Re: ZSH completion To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On Fri, Sep 30, 2011 at 7:09 PM, Bart Schaefer 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,