If you\'re typing a command in Vim (I mean you\'ve started with : and you\'re working in the bar at the bottom of the screen) is there a way to move the cursor
:
To add to Maxim Kim's Answer,
In the Normal Mode ..
Normal Mode
q: -> cmdline window for commands
q:
q/ -> cmdline window for search forward
q/
q? -> cmdline window for search backward
q?
Ctrl-C or will take you out of cmdline-window
Ctrl-C