So in gvim, after I press
<Shift> + v
it goes into visual mode. I normally have an ex command set for the letting 'm'. When I go into visual mode and then hit 'm' it says
No range allowed
How do I make it so that when I push 'm' in visual mode, it does
:ya +
Basically, I want it so that after I highlight something in visual mode, if I click 'm', it copies it to my clipboard so that I can paste it on stuff outside of gvim.