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

Auto marks expressions on shortcut #50

Open edygar opened 10 years ago

edygar commented 10 years ago

There is a plugin for Atom called Jumpy which works like EasyMotion but it marks automatically every expression that matches with the one on settings, so we have one step-less.

My proposal is to provide another shortcut which implements this.