Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Does zsh have anything like readline's edit-and-execute-command ?



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