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

Re: write a command line.



On Fri, 13 Apr 2012 10:15:39 -0700, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> Gentlemen,
> 
> Back to attempting suicide by zsh.

  Sounds like a really convoluted way of doing easy stuff.

  bindkey -v
  autoload -U edit-command-line
  zle -N edit-command-line
  bindkey '^E' edit-command-line

  Press ctrl-e to edit command line of arbitrary complexity.

  Works from vi insert mode, does not work from vi command mode.

  Best Regards,

  Bryan Hunt



Messages sorted by: Reverse Date, Date, Thread, Author