C-x C-e to edit current command in $EDITOR
new file mode 100644
@@ -0,0 +1,3 @@
+autoload -U edit-command-line
+zle -N edit-command-line
+bindkey '\C-x\C-e' edit-command-line