From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17241 invoked from network); 1 Jul 2004 11:23:47 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.85) by ns1.primenet.com.au with SMTP; 1 Jul 2004 11:23:47 -0000 Received: (qmail 7867 invoked from network); 1 Jul 2004 12:35:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Jul 2004 12:35:14 -0000 Received: (qmail 16501 invoked by alias); 1 Jul 2004 11:23:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7648 Received: (qmail 16489 invoked from network); 1 Jul 2004 11:23:00 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.85) by sunsite.dk with SMTP; 1 Jul 2004 11:23:00 -0000 Received: (qmail 7044 invoked from network); 1 Jul 2004 12:34:54 -0000 Received: from mxout.hispeed.ch (HELO smtp.hispeed.ch) (62.2.95.247) by a.mx.sunsite.dk with SMTP; 1 Jul 2004 12:34:46 -0000 Received: from 80-218-1-155.dclient.hispeed.ch (80-218-1-155.dclient.hispeed.ch [80.218.1.155]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id i61BMpYE012990 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 1 Jul 2004 13:22:52 +0200 From: Fabiano Sidler To: zsh-users@sunsite.dk Subject: Jumping to the line above Date: Thu, 1 Jul 2004 13:23:08 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407011323.08939.fabianosidler@swissonline.ch> X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: * X-Spam-Status: No, hits=1.5 required=6.0 tests=RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 1.5 Hello list! I want to implement an "inline cd-keybinding", that means: [Some previous output] ~/bin/foo/bar $ After typing (for example) ^U twice: [Some previous output] ~/bin $ For that I need a command or widget, that deletes the prompt on the next line and moves the cursor back to the line preceeded. However, I haven't found anything like that. Is there another possibility? Thanks! Fips