Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This isn't enabled by default. You have to configure zsh with some optional features. I found this on Stack Overflow:

    autoload -z edit-command-line
    zle -N edit-command-line
    bindkey "^X^E" edit-command-line
[1] https://unix.stackexchange.com/questions/6620/how-to-edit-co...


> This isn't enabled by default.

It is in Bash.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: