From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29329 invoked by alias); 17 Aug 2010 08:13:37 -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: 15290 Received: (qmail 11528 invoked from network); 17 Aug 2010 08:13:35 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=r06VoR7xV30MKAjYJnNm8Dl8h2GOWxKlhWC3TQPTmTE=; b=AqOtG7RMJrb3duJT5oM4BcdxLJ5fji/6h8/G19qtWc5+jMPEDzZCLFwW7utAWO0Eoe 8d63sqID6xSpevj5qIfRkKQ8pTZR5uY8XokozSNbBEcT+ImGY50+X9ga83lWC1c74NmH U7PxMMx2yFvQ3mGyK09tmX3AhsZWLwjKAX/H4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=oTc6kwOe6SWiN1gjPFo1F7jBqPdUL2TKR344WgFwvKwufsGHKSt9OPxW7NtBAnu1Fl 9kdpb+W0P3dxufZpMn5IAlxGcjeJOB1n6ws++1rhXFcAHxrhyfRfeshLAdzKC5m6oKPl /mCujHYmBZrrWko66KWxrDsh1kQ8lrrqvhSWI= MIME-Version: 1.0 In-Reply-To: <4C6A2880.8090403@blau.de> References: <4C6A2880.8090403@blau.de> From: Guillaume Brunerie Date: Tue, 17 Aug 2010 10:13:15 +0200 Message-ID: Subject: Re: Bash-like autocompletition To: Matthias Brandt Cc: "zsh-users@zsh.org" Content-Type: multipart/alternative; boundary=0016363b8b3c491feb048e0086bf --0016363b8b3c491feb048e0086bf Content-Type: text/plain; charset=UTF-8 2010/8/17 Matthias Brandt > Hi, > > I'm just switching from bash to zsh and what i'm really confused about is > the autocompletition. Can i tell zsh *not* to complete the whole first menu > entry automatically? > > Something like this: > > $ ls > aaaabcdefg aabg aabcdefg > $ ls a #i want the cli only complete > $ ls aa #until the first ambigous character. > aaaabcdefg aabg aabcdefg #<- the menu will be shown > > > Any idea how to configure this? > > Thank you, > Matthias > I'm not sure I understand your problem, but try "unsetopt automenu". --0016363b8b3c491feb048e0086bf--