This article will be covering Tab Search functionality, including quick tab switching and the ability to find / re-open previously closed tabs.
How do I trigger the tab search UI?#
Open the tab search UI by executing cmd + shft + a
on macOS or ctrl + shft + a
on windows/linux. Alternately, you can click on down caret icon in the top left or top right of Chrome
cmd + l
on macOS or ctrl + l
on windows/linux to first give focus to the Chrome address bar and then execute the tab search keyboard shortcut.Searching open tabs#
Once triggered, simply start typing in characters present in the:
- Name of the page
- Domain (such as medium.com or drive.google.com) — note that only the base URL is considered and the path isn’t searched.
to filter the open tabs. Use the arrow keys to highlight the desired tab and press enter
to navigate to it.
What other use cases can I use this shortcut for?#
You can use Tab Search similar to App Switching on macOS (or recently opened files in IntelliJ IDEs) to quickly toggle between the current and last opened tabs.
1. Switch back and forth between two tabs (current and previous tabs)#
- On tab 2, trigger tab search followed by an
enter
press to navigate to previously opened tab 1. - On tab 1, trigger tab search followed by an
enter
press to navigate back to tab 2.
2. Switch back to a recent tab#
Trigger tab search, use the arrow keys to highlight a recent tab, and press enter
.
3. Search for and re-open recently closed pages from your browsing history#
Trigger tab search, start typing characters matching a recently closed tab, use the arrow keys to highlight the recently closed tab, and press enter
to reopen it in a new tab.
Adding this skill to your toolbox will help you better find and triage open tabs (especially if you’re a tab hoarder like me 😄).
Thanks for reading!