t9md / atom-lazy-motion

Rapid cursor positioning with fuzzy search.
https://atom.io/packages/lazy-motion
MIT License
20 stars 3 forks source link

allow "exit search and move to current match" when no more matches are found #12

Open slippycheeze opened 8 years ago

slippycheeze commented 8 years ago

I know it seems odd, but sometimes the behaviour I desire from search is:

That's usually triggered when I'm searching for something like "adding hosts", and it turns out the correct text was "added hosts", but I get the extra text typed out before my brain catches up with the fact that I'm looking at the correct line.

This is identical to the behaviour of Emacs in this situation, and fits nicely with backspace to remove characters and correct the match...