A top tip from the zsh book:
autoload -U edit-command-line zle -N edit-command-line bindkey 'ee' edit-command-line
Binds M-e to “stick this command line in your text editor.”
A top tip from the zsh book:
autoload -U edit-command-line zle -N edit-command-line bindkey 'ee' edit-command-line
Binds M-e to “stick this command line in your text editor.”