kamranahmedse / tab-switcher

Chrome Extension - Switch between the opened tabs in the blink of an eye
https://goo.gl/8IN6Z3
446 stars 35 forks source link

Make fuzzy search return closest match, as opposed to not matching at all #32

Closed unknownbreaker closed 2 years ago

unknownbreaker commented 2 years ago

If I have a tab named "Tax Savings - ALEX", searching for "-a" should return this tab as one of the results. This doesn't mean it should supercede another tab with a title or URL containing "-a", but it should come up as secondary to those until more characters are typed that make an even closer match to it.

Similar to the Sublime Text fuzzy search. image

unknownbreaker commented 2 years ago

Not pertinent.