From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27739 invoked from network); 14 Mar 2005 10:00:09 -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 10:00:09 -0000 Received: (qmail 34944 invoked from network); 14 Mar 2005 10:00:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Mar 2005 10:00:01 -0000 Received: (qmail 14419 invoked by alias); 14 Mar 2005 09:59:54 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8602 Received: (qmail 14404 invoked from network); 14 Mar 2005 09:59:53 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Mar 2005 09:59:53 -0000 Received: (qmail 33904 invoked from network); 14 Mar 2005 09:59:53 -0000 Received: from mout.perfora.net (217.160.230.40) by a.mx.sunsite.dk with SMTP; 14 Mar 2005 09:59:49 -0000 Received: from S0106000d88e212e5.gv.shawcable.net[24.68.20.99] (helo=diavolo.exile.net) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz1m-1DAmMU2bIF-000558; Mon, 14 Mar 2005 04:59:46 -0500 Received: by diavolo.exile.net (Postfix, from userid 1000) id 73DB13A8DB5; Mon, 14 Mar 2005 02:01:38 -0800 (PST) Date: Mon, 14 Mar 2005 02:01:38 -0800 From: Sami Samhuri To: zsh-users@sunsite.dk Subject: Re: ESC-Question Message-ID: <20050314100138.GO12196@no-eff-eks.com> Mail-Followup-To: zsh-users@sunsite.dk References: <1050313172131.ZM18718@candle.brasslantern.com> <20050314.053746.74750222.Meino.Cramer@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEfPc/DjvCj+JzNg" Content-Disposition: inline In-Reply-To: <20050314.053746.74750222.Meino.Cramer@gmx.de> User-Agent: Mutt/1.5.6i X-Provags-ID: perfora.net abuse@perfora.net login:facf15b0d38d92af5a91e515edd5eac9 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 --PEfPc/DjvCj+JzNg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * On Mon Mar-14-2005 at 05:37:46 AM +0100, Meino Christian Cramer said: > Hi, [...] > I hit ALT-x (execute) and enter the command=20 >=20 > vi-open-line-above (...-below) >=20 > because the simple at the and of the line will execute the > script again.... >=20 > Is there a Emacs-keybinding or Emacs-related command to open a line ? Not as visually appealing, but you can separate commands using the semi-colon. So when you hit C-p and want to add another command just type a ; first and then continue with the next command. Another way to do it is using zsh's history expansion[1]. !! recalls the previous command so you can type: % !! ; I know this is not what you asked for, but I hope this helps a bit. [1] I don't want to rant because I'm really fond of history expn, but you should look into them further at: http://zsh.sunsite.dk/Doc/Release/zsh_13.html#SEC48 --=20 Sami Samhuri --PEfPc/DjvCj+JzNg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCNWECukGyBH1UC2MRAlQJAJ9GePoW1nBIameSkCdbmuDwWoP9UgCgx/Cs fMaAtD3xllgGbrj61POLAiQ= =iSWy -----END PGP SIGNATURE----- --PEfPc/DjvCj+JzNg--