Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In fact, most shells (e.g. bash and zsh) have the option to switch from Emacs to vi mode.


`set -o vi` on bash command line to enter vim mode. life changing.


Also, this will turn on vi-style line editing in programs using GNU readline (things like mysql, psql, sqlite3):

    echo "set editing-mode vi" > ~/.inputrc
For programs linked against libedit instead (as on OS X):

    echo "bind -v" > ~/.editrc




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: