From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5057 invoked by alias); 17 Aug 2010 06:47:07 -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: 15286 Received: (qmail 21868 invoked from network); 17 Aug 2010 06:47:04 -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, SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Matthias Brandt Cc: "zsh-users\@zsh.org" Subject: Re: Bash-like autocompletition In-Reply-To: <4C6A2880.8090403@blau.de> (Matthias Brandt's message of "Tue, 17 Aug 2010 08:13:20 +0200") References: <4C6A2880.8090403@blau.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Date: Tue, 17 Aug 2010 08:45:30 +0200 Message-ID: <87zkwlg2k5.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: 430444 Matthias Brandt wrote: > 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? As a quick-start into compsys, you may want to try this: It's likely closer to what you want. You can go from there. Regards, Frank