Sometimes in Vim, I'm typing a command and realise that I could really use Vim's motion commands for navigating the command-line:
:s/somthing/else/- realise that I misspelled something.
Fmaeand be done with it.
Of course, trying this would just put Fmae at the end of the command. Is there any way to get (a subset of) the vim commands into the vim command-line? After all, that's what it does.