dbergey / Type-To-Navigate

Keep your hands on the keyboard while browsing the web. Type any text that occurs inside a link, and hit return to follow it. ⌘G jumps to the next link containing the text, and ⌘⇧G jumps to the previous. Hit ESC to cancel or exit a focused field.
33 stars 9 forks source link

[Rq] delete/ backspace support #13

Open ldong opened 10 years ago

ldong commented 10 years ago

I wonder if you could add deletion support while typing.

For example:

When I type 'helloworld', but I accidentally typed 'hellowword'.

If I want to search it, I have to hit 'ESC' and then type 'helloworld'

Is it possible, to delete w instead of typing the whole thing again. Thanks for considering it.

dbergey commented 10 years ago

Good idea! Not sure when I'll have time to hack on this again, but you're welcome to submit a patch adding that ability.