Hacker News new | ask | show | jobs
by jfr 4813 days ago
Ctrl-x e in zsh is '_expand_word'. The function you are talking about is 'edit-command-line', which is not loaded or bound to any key by default in zsh. You have to load it manually.
1 comments

Thanks, edited my post