I want to change the shortcut for entering command-line mode in vim from : to ;.
I can do:
:map ; :
and that works, but now I want to remap : to other command. If I do that ; is changed too and I cannot enter command line mode any more.
I suppose I should use something like:
:map : <command-line-mode>
but I don't know the correct command to use.