Hacker News new | ask | show | jobs
by slunk 4535 days ago
Fyi, bash also has vi-mode (set -o vi).
1 comments

bash uses GNU readline, while ZSH has it's own readline. IIRC the Emacs-/Vi-modes in bash are support from readline. (this is also why you configure some of these things via .inputrc for Bash rather than .bashrc).