to work everywhere <Esc> works, e.g. insert mode, command mode, visual
mode.
So, I did these mappings:
map! ;; <Esc>
map ;; <Esc>
But in the command mode I am having trouble. For example, if in the
command I type
:set list;;
It executes the command :set list instead of escaping to normal mode.
How to fix this?
No comments:
Post a Comment