-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vomnibar.activateTabSelection: Add filter current group and by group name options #671
Comments
Up to now there's no filter in Vomnibar to only show tabs in a same group. Detailed logic about tab matching is in vimium-c/background/completion.ts Line 464 in 8a2c08f
Browsers like Chrome and Firefox doesn't allow extensions to access group names, unless an extension is upgraded into "Manifest V3". So, because Vimium C is still in Manifest V2, the new feature is impossible to implement. There has been a plan to upgrade Vimium C to Manifest V3 in up to 1 year. But I have no enough rest time to perfectly do such big changes. |
As for the 1st point, I'll add a feature, so that when a query contains a word of |
Amazing! Looking forward to the next release. Thanks! |
Considering that this is in the |
Hello, v1.99.0 supports the |
The Edge extension was updated today, and after a quick trial and error, the only way I found to map the
|
Um yes The "tab" completion engine uses " |
The Vomnibar tabs selection mode is very handy is when working in fullscreen mode.
I think it could be even better if there was an option to only list tabs from the current active tabs group.
I looked in
front/vomnibar.ts
and I didn't find anything relevant.Another suggestion, which I'm not even sure if it's possible to implement, is to filter tabs by group name.
The user will set a couple of group names in the mapping like this:
The text was updated successfully, but these errors were encountered: