onecrayon / tea-for-espresso

An Espresso Sugar containing Textmate-style Text Editor Actions
http://onecrayon.com/tea/
58 stars 3 forks source link

Add "direction" and "wrap around" options for goto #53

Open onecrayon opened 15 years ago

onecrayon commented 15 years ago

It would be really sweet to be able to specify searching forward or background and wrap around for goto; for instance, would allow jumping to the next CSS property, HTML tag, etc. via regex alone.

Need to think how best to work this, though, particularly if I'm going to support looking backwards.