Hacker News new | ask | show | jobs
by anarchyrucks 2226 days ago
You can get vim shortcuts as well.

zsh: bindkey -v

bash: set -o vi

1 comments

You can configure readline (which is what bash uses) to use vi-bindings via $HOME/.inputrc then everything that uses readline (which is pretty much everything) will also get vi-bindings.