From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6309 invoked by alias); 30 Sep 2011 13:39:55 -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: 16454 Received: (qmail 27612 invoked from network); 30 Sep 2011 13:39:43 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110930063913.ZM28923@torch.brasslantern.com> Date: Fri, 30 Sep 2011 06:39:13 -0700 In-reply-to: Comments: In reply to Anonymous bin ich "ZSH completion" (Sep 30, 10:37am) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: ZSH completion MIME-version: 1.0 Content-type: text/plain; charset=us-ascii 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.