tednaleid / sublime-EasyMotion

Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.
Apache License 2.0
386 stars 24 forks source link

Option to jump to after character instead of before #38

Closed kanitw closed 10 years ago

kanitw commented 11 years ago

Now when you jump to a particular character, the cursor is placed before the character-- which totally makes sense in the vim mode (and if you're familiar with the vim world.)

However, I'm not a Vim ninja and I feel like every time I want to jump to a particular character, my brain always wired to think that I want the jump to the end of the character all the time.

Most of the time when I use easymotion, I ended up pressing right-arrow-key to move my cursor to the end of that character.

I believe that some other users will have similar problem.

benjohnson commented 11 years ago

+1

tednaleid commented 10 years ago

This is a duplicate of #27 and should be fixed by the latest master code I just pushed.