Readline vi-mode in vim ex mode

Let's see if I can explain myself.

I use vi-mode in bash, which is really great since I'm used to Vi.

When I am inside vim and type: (to switch to ex-mode), since I'm used to bash's vi-mode, I feel the slowness of using this mode as a β€œnormal” way of using bash.

Question: is there a way to use vim ex-mode, for example, bash (or readline) vi-mode?

+4
source share
1 answer

Not sure if I understand what you're trying to do, but maybe something like a hit q: in normal mode?

+3
source

All Articles