Y
Hacker News
new
|
ask
|
show
|
jobs
by
niggler
4788 days ago
set -o vi
sets vim bindings for bash (and there's a similar thing for the libreadline)
2 comments
krichman
4788 days ago
you have changed my life
link
mitchty
4788 days ago
aka:
echo 'set -o vi' >> ~/.inputrc
And you no longer need to have it in your bashrc at all any longer because bash uses readline.
link