I'm astonished this works in bash but not in zsh.
autoload edit-command-line zle -N edit-command-line bindkey '^X^E' edit-command-line
$ blah blah[ESC]v
I'm astonished this works in bash but not in zsh.