How to enable vim mode in bash

Original date 2019-07-12T00:00:00.000Z

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.


Write a comment
No comments yet.