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

you have changed my life
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.