top | item 5660884

(no title)

niggler | 13 years ago

    set -o vi
sets vim bindings for bash (and there's a similar thing for the libreadline)

discuss

order

krichman|13 years ago

you have changed my life

mitchty|13 years 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.