ex-mode

To disable "Entering Ex mode" in Vim

I get the following 10X times a day by accident. Entering Ex mode. Type "visual" to go to Normal mode. How can you disable the combo which causes it in Vim? ...

Vim - ex mode command - is there any way to move the cursor position?

In a one line Vim ex command: I am trying to do a command and then move to another location and execute the same command. is there any way to move the cursor position (need both left/right and up/down)? ...