Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Does zsh have anything like readline's edit-and-execute-command ?
- X-seq: zsh-users 12841
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Does zsh have anything like readline's edit-and-execute-command ?
- Date: Wed, 7 May 2008 21:25:16 +0100
- In-reply-to: <20080507191140.GI11527@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080507012634.GC11527@xxxxxxxxxxxxxxxxxx> <080507002557.ZM2091@xxxxxxxxxxxxxxxxxxxxxx> <20080507173204.GG11527@xxxxxxxxxxxxxxxxxx> <20080507182802.GB5843@xxxxxxxxxxxxxxx> <20080507184442.GH11527@xxxxxxxxxxxxxxxxxx> <20080507190242.GA864@xxxxxxxxxxxxxxxxxx> <20080507191140.GI11527@xxxxxxxxxxxxxxxxxx>
On Wed, 7 May 2008 12:11:40 -0700
Robin Lee Powell <rlpowell@xxxxxxxxxxxxxxxxxx> wrote:
> > autoload -U edit-command-line
> > zle -N edit-command-line
> > bindkey '\ee' edit-command-line
> >
> > to make ESC-e bring up the editor. I used ^E.
>
> Yeah, that's what worked for me too.
>
> This Is Not Obvious. (tm)
This is why there's now a zshroadmap manual with an introduction that
says things like
See the section `ZLE Functions' in zshcontrib(1) for descriptions of
these.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author