How to enable vim mode in bash
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.