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 restrict jump characters to beginning of word instead of full text #54

Open pirate opened 9 years ago

pirate commented 9 years ago

Ace Jump mode in Emacs is set up by default to only allow jumping to words that BEGIN with the character you specify, instead of jumping anywhere inside of words.

Can we add an option to restrict jumps to the beginning of words? e.g. """the alarmed catfish slurped the sea floor""" Pressing 'Super+; a' with this in the editor, would only highlight Alarmed, instead of highlighting AlArmed, cAtfish, and seA.