From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20873 invoked by alias); 17 Aug 2010 06:13:28 -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: 15285 Received: (qmail 1829 invoked from network); 17 Aug 2010 06:13:25 -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 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at blau.de does not designate permitted sender hosts) Message-ID: <4C6A2880.8090403@blau.de> Date: Tue, 17 Aug 2010 08:13:20 +0200 From: Matthias Brandt User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: "zsh-users@zsh.org" Subject: Bash-like autocompletition Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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