-
-
Notifications
You must be signed in to change notification settings - Fork 852
feat: Add keybind for tabs-search #8272
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
base: dev
Are you sure you want to change the base?
Conversation
I managed to hack around the firefox's database, and tracked the last time the tab is being selected. Now it's possible to sort the tab suggestion by the last time tab being opened. It should work for unloaded tabs and tabs in another workspace as well. Screencast.From.2025-05-16.00-56-49.mp4 |
Awesome work! Really hope this can be incorporated into the core (either in Zen or in FF itself!) |
Ctrl+L and type % to search tabs |
This PR mainly adds keybind for that along with some improvements. |
Awesome work man! Need this merged asap. The default imprelemtation is driving me crazy. |
also @rstanuwijaya, is it possible make it configurable to any key-binding (if not already implemented)? |
already implemented, but the translation outside english is not yet complete |
This PR attempts to add tabs search functionality as a single shortcut, trying to address #807.
My main idea is using
gURLBar.search('% ')
to open the search bar for tab with Alt+Q.edit: I have successfully built zen with this patch, but I still need help to address the following issues:
Todos:
zen-search-shortcut-tabs = Search Tabs
. #155Partially fixed by implementing a hacky workaround to simulate events (keypress arrow down + select text)fixedRelated issues:
(FF Bug 1865757 in UrlbarInput.sys.mjs).Workflow: