From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21355 invoked from network); 19 Oct 2001 08:37:24 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Oct 2001 08:37:24 -0000 Received: (qmail 2404 invoked by alias); 19 Oct 2001 08:37:06 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4400 Received: (qmail 2387 invoked from network); 19 Oct 2001 08:37:06 -0000 From: Borsenkow Andrej To: "'Jesper Holmberg'" Cc: "'zsh-users'" Subject: RE: Menu-complete with tab, complete with alt-tab Date: Fri, 19 Oct 2001 12:37:00 +0400 Message-ID: <000101c15879$38c423f0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3311 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <20011018232016.C10295@fysh.org> > > MENU_COMPLETE doesn't change keybindings, it changes the behaviour of > the standard binding, which is expand-or-complete. So what you want is, > instead of the setopt, > > bindkey "^I" menu-complete > bindkey "\M-^I" expand-or-complete > bindkey "\M-^I" complete-word if you are using new completion. Not necessarily but highly recommended. And then fine tune it to do expansion (if needed). -andrej