Re: Problem with :noh mapping
This mapping that was recommended on the blog is pretty nifty:
:nnoremap <esc> :noh<return><esc>
It works great in Vim 7.2, but ViEmu's behavior seems to differ a little bit from Vim. In ViEmu 2.2.9 If you have this mapped and type g<esc> it will activate the binding and spit out a line of text.
I'm not an expert, but I think this is "operator-pending" mode and the mapping shouldn't activate here.
Last edited by jeff (2009-08-25 20:02:26)