guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Should not be able to click/mouse past the end of line. #1001

Open jordwalke opened 8 years ago

jordwalke commented 8 years ago

If you click to the right of the end of line, you'll notice the cursor briefly extends past the last character. It gives the editor a cheap non-vim feel. Probably an easy fix.

jordwalke commented 8 years ago

Do you think this is even possible to fix with Sublime's current plugin API? Can you prevent cursor moving to a place on mouse down, instead of just on mouse up?