How to enable vim mode in bash

Posted on Jul 12, 2019

I didn’t know it is possible to enable vim mode, in bash before. I learned today and this feature is awesome.

You can enable vim mode in the bash with only change a parameter in your .bashrc file, like that.

set -o vi

That’s it. You can use bash with vim strokes.