From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4671 invoked from network); 8 Jan 1997 03:40:07 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 8 Jan 1997 03:40:07 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id WAA10180; Tue, 7 Jan 1997 22:42:39 -0500 (EST) Resent-Date: Tue, 7 Jan 1997 22:19:50 -0500 (EST) Message-Id: <199701080321.WAA10420@sassy.aa.ans.net> From: Matthew Braun Date: Tue, 7 Jan 1997 22:21:07 -0500 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: zsh-users@math.gatech.edu Subject: lauching editor on command line input Resent-Message-ID: <"k4yAI3.0.SO2.L9nqo"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/588 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Say I'm using command history (ie. up arrow in emacs mode) to go back to a multi-line command (like a for loop), is there way to setup a keystroke to launch an editor (ie. vi/emacs) on the current command line. Kind of like you can do with 'fc -e vi' to edit the last command that was run? Also, is there a way to avoid the command being run (and instead put you back to the zle command line input mode) when you exit the editor from running the 'fc -e' command. Thanks for any info... Matthew.