Is there a way to make vim stuck in command mode with a :
already typed in?
In that way, for instance:
- I would type
/foo
Enter and the cursor would go to the beginning of the next line containingfoo
. - Next, I would be still on command line mode with a
:
already typed in for the next command.