Hacker News new | ask | show | jobs
by syncopate 5083 days ago
My favorite feature is that zsh offers vi mode when editing your commandline, just press ESC.
1 comments

Bash also supports set -o vi.
This is usually the first command I type after I ssh onto something.
But zsh can tell you if you're in insert or normal mode. And it has RPROMPT!