From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26949 invoked from network); 14 Mar 2005 04:38:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 Mar 2005 04:38:10 -0000 Received: (qmail 84429 invoked from network); 14 Mar 2005 04:38:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Mar 2005 04:38:00 -0000 Received: (qmail 6769 invoked by alias); 14 Mar 2005 04:37:49 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8600 Received: (qmail 6754 invoked from network); 14 Mar 2005 04:37:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Mar 2005 04:37:48 -0000 Received: (qmail 83326 invoked from network); 14 Mar 2005 04:37:48 -0000 Received: from b8e53.b.pppool.de (HELO solfire) (213.7.142.83) by a.mx.sunsite.dk with SMTP; 14 Mar 2005 04:37:44 -0000 Received: from [127.0.0.1] (helo=localhost) by solfire with esmtp (Exim 4.42) id 1DAhKs-0000Yy-97 for zsh-users@sunsite.dk; Mon, 14 Mar 2005 05:37:48 +0100 Date: Mon, 14 Mar 2005 05:37:46 +0100 (CET) Message-Id: <20050314.053746.74750222.Meino.Cramer@gmx.de> To: zsh-users@sunsite.dk From: Meino Christian Cramer In-Reply-To: <1050313172131.ZM18718@candle.brasslantern.com> Mime-Version: 1.0 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Rcpt-To: zsh-users@sunsite.dk X-SA-Exim-Mail-From: Meino.Cramer@gmx.de Subject: ESC-Question Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.1+cvs (built Sat, 28 Aug 2004 13:10:40 +0200) X-SA-Exim-Scanned: Yes (on solfire) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-0.8 required=6.0 tests=AWL,BAYES_00, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_WEB,WEIRD_QUOTING autolearn=no version=3.0.2 X-Spam-Hits: -0.8 Hi, again a beginner's question: ;) From bash I am used to hit ESC when a completion will fit my needs (and still others are possible from the point of view of the shell) and wnat to take it (while the cursor is in the middle of the suggested word). This seems not to work with zsh and my current configuration. My workaround currently is to use CTRL-E (cursor to end of line -- I am using the Emacs kbd-settings)). Is there a way to emulate this ESC-behaviour without removing other features... And another question: Suppose I am builing up a short """""script""""" on the commandline: A simple loop over filenames for example. After first run of the script I want to add another line to that script. Scrolling back in history gives me the whole script nicely printed in several lines (NOT on a loooooong one-liner! What a nice zshish feature!). With EMACS-related keys I easily can step through the lines...BUT how can I open a NEW line? My workaround is a way really hurtung an EMACS-freak like me (at this point of the text of my mail there is a BIG HUGH SMILEY!): I hit ALT-x (execute) and enter the command vi-open-line-above (...-below) because the simple at the and of the line will execute the script again.... Is there a Emacs-keybinding or Emacs-related command to open a line ? Thank you very much for any help in advance ! Keep zshing! Meino