From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2530 invoked from network); 4 Nov 2005 11:33:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Nov 2005 11:33:21 -0000 Received: (qmail 27751 invoked from network); 4 Nov 2005 11:33:15 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Nov 2005 11:33:15 -0000 Received: (qmail 19079 invoked by alias); 4 Nov 2005 11:33:09 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9622 Received: (qmail 19069 invoked from network); 4 Nov 2005 11:33:08 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Nov 2005 11:33:08 -0000 Received: (qmail 26638 invoked from network); 4 Nov 2005 11:33:08 -0000 Received: from gallium.webpack.hosteurope.de (217.115.142.119) by a.mx.sunsite.dk with SMTP; 4 Nov 2005 11:33:08 -0000 Received: by gallium.webpack.hosteurope.de running Exim 4.51 using esmtpa from port-195-158-171-19.dynamic.qsc.de ([195.158.171.19] helo=mail.hpfsc.de) id 1EXzog-0000bG-Aq; Fri, 04 Nov 2005 12:33:06 +0100 Received: by mail.hpfsc.de (Postfix, from userid 1000) id 0C04CB87BE; Fri, 4 Nov 2005 12:33:07 +0100 (CET) Date: Fri, 4 Nov 2005 12:33:07 +0100 From: Sebastian Stein To: zsh-users@sunsite.dk Subject: Re: Listing keybindings Message-ID: <20051104113306.GC4830@hpfsc.de> References: <20051104112314.GB4830@hpfsc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051104112314.GB4830@hpfsc.de> User-Agent: Mutt/1.4.2.1i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 Sebastian Stein [051104 12:28]: > how can I find out the current key bindings? Is there something similar like > the "alias" command returning me all aliases? Ok, stupid question, of course I can just type "bindkey". I read in one tutorial, that I can insert a command like "xfig" and press ESC+? to call the alias which-command. In the turorial it is said to be the default behaviour. However, I can't find this keybinding. The tutorial: http://www-128.ibm.com/developerworks/linux/library/l-z.html?open&l=335,t=gr,p=Z-Shell The paragraph I'm talking about: "It's worth mentioning the "which-command" function which is useful here. After completion, or after typing a command in, run the function, which by default is bound to Esc-? press and release Escape, then press "?")." Any ideas about it, or is the tutorial just outdated? Sebastian