Skip to main content
Guide SuperchargeNavigation

Chrome Tab Search Shortcut: TESTED Guide (2026)

Ctrl+Shift+A searches open and recent tabs by title and URL — no fuzzy match, current window only. Here's what it finds, and where Alt+K covers the gap.

6 min read Verified Chrome 149

Ctrl+Shift+A (Cmd+Shift+A on Mac) opens Chrome’s built-in tab search dropdown in Chrome 149. It matches title and URL text of open and recently closed tabs in the current window, returns results instantly, and closes with Escape. No fuzzy matching. No cross-window search. No tab group names. No bookmarks or history.

Key takeaways

  • Ctrl+Shift+A searches open and recently closed tabs in the current window only. Other Chrome windows are excluded.
  • Matching is exact substring, not fuzzy. “fig han” will not find “Figma Handoff Review”.
  • Alt+K (SuperchargeNavigation) extends the same interaction with fuzzy matching, bookmarks, history, and named workspace support.

What Ctrl+Shift+A Actually Searches

The dropdown has three sections, in order: open tabs, recently closed tabs, and sometimes a suggestion to open a new tab with your search text.

Open tabs cover every tab in the current Chrome window, matched against both the page title and the full URL. With 80 tabs open, all 80 are searchable. Results update on each keystroke.

Recently closed tabs pull from Chrome’s session history. Chrome keeps roughly 25 recently closed entries in memory (not configurable). The dropdown surfaces a few of the most recent ones when your search text matches their title or URL.

What it does not search:

  • Tabs in other Chrome windows (separate windows are invisible to this shortcut)
  • Tab group names (searching “work” will not surface a group called “Work”)
  • Chrome bookmarks
  • Chrome browsing history
  • Anything requiring an internet lookup

The match algorithm is substring, not fuzzy. Type “maps” and any tab with “maps” in the title or URL appears. Type “goog map” and you get nothing, because “goog map” is not a contiguous string in “Google Maps”. This matters when you half-remember a title.

How to open it: Press Ctrl+Shift+A. The dropdown overlays the tab strip. Type immediately without clicking anything first. Arrow keys move between results, Enter switches to the selected tab, and Escape closes without switching.

Mac shortcut: Cmd+Shift+A.

Three Things Native Search Misses

These are the friction points that surface when you have 50+ tabs across multiple windows with multiple projects running in parallel.

1. Cross-window tabs

If you use separate Chrome windows for work and personal use, Ctrl+Shift+A in your personal window cannot see your work window’s tabs. You have to click into the other window first, then search again. For any tab you cannot place to a specific window, that means multiple searches.

2. Fuzzy matching

You open a Figma file at 9am. By 2pm you want to return to it. Type “fig” and it appears, because “fig” is in “Figma”. Type “figma handoff” when the actual title is “Figma Design Handoff Q2 Rebrand” and you get nothing. The exact string “figma handoff” is not present in the title. You end up trying progressively shorter substrings until one lands.

At 10 tabs this is minor. At 80 tabs with 20 Figma files open, it becomes trial and error.

3. Closed tabs beyond Chrome’s recent-tab limit

Chrome surfaces roughly 25 recently closed tabs in the dropdown. If the tab you need was closed 30 closures ago, it is not in the list. The alternative is Chrome’s full history page (Ctrl+H), which is a separate page load and a different search, not the same inline overlay.

CapabilityChrome (Ctrl+Shift+A)SuperchargeNavigation (Alt+K)
Search scopeCurrent window onlyAll open windows + recently closed
Fuzzy matchingNo (exact substring)Yes
BookmarksNoYes
Browser historyNoYes
Web search fallbackNoYes (keep typing)
Tab group namesNoNo (title and URL only)
Peek preview before switchingNoYes (Alt+Click)
Works offlineYesYes (local features)
FreeYesYes

Alt+K: Command Bar Search Across Workspaces

SuperchargeNavigation maps Alt+K to a full-page command bar overlay with an expanded scope compared to Ctrl+Shift+A.

What Alt+K searches:

  • All open tabs in the current window, by title and URL
  • Tabs in other open Chrome windows (shown in a separate results section)
  • Recently closed tabs (up to 10 from Chrome’s session history)
  • Your Chrome bookmarks
  • Your browsing history
  • If no match is found, keep typing to search the web in a new tab

The matching is fuzzy. “fig hand” will find “Figma Design Handoff” by recognizing that those character clusters appear in order in the title, even with other words between them.

Multi-window workspaces. SuperchargeNavigation supports named workspaces, with each Chrome window able to run its own active workspace. Your “Work” workspace lives in window 1, “Research” in window 2, “Personal” in window 3. Switching workspaces within a window is instant: only that workspace’s tabs are visible. Each window maintains its own focused context instead of one shared tab strip with everything mixed together.

Peek preview. When you find a result in Alt+K, Alt+Click on any link previews it in an inline overlay without opening a new tab. See the page, then decide whether it deserves a tab. This is the same Glance feature accessible via Alt+Click on links anywhere on the page.

Time-travel snapshots. SuperchargeNavigation takes an auto-snapshot every 5 minutes and retains up to 50 of them. Accidentally close a tab or restructure a workspace? Rewind the session to a prior state and restore it. This sidesteps the “closed tab not in Chrome’s recent 25” problem: you have your own ring buffer, not Chrome’s fixed-length history.

Storage defaults. All tab data, workspace data, and snapshots are stored locally by default via chrome.storage.local. Search runs against in-memory tab state — no network round-trip, no remote index. Optional cross-device sync uses Chrome’s built-in profile sync: your data stays in your Google account and never touches a SuperchargeBrowser server. No account required.

Two Failure Modes

Both tools have specific cases where they fall short.

Chrome’s Ctrl+Shift+A falls short when:

  • Tabs are spread across multiple Chrome windows and you cannot remember which one holds the tab you need
  • The page title fragment you remember is not contiguous in the actual title
  • The tab was closed more than roughly 25 closures ago and has dropped out of Chrome’s recent-tab list
  • You want to jump to a bookmark without first opening a new tab

When any of these apply, the native shortcut routes you to Ctrl+H or manual window-clicking. Both interrupt whatever you were doing.

Alt+K falls short when:

  • The keyboard shortcut has not been activated. Alt+K fires via Chrome’s extension command system, so if it does not respond, check chrome://extensions/shortcuts and confirm SuperchargeNavigation’s “Quick search” command is bound to Alt+K.
  • You are on a Chrome-restricted page: chrome:// URLs, the Chrome Web Store, or another extension’s page. Content scripts cannot inject there. Alt+K still fires (it routes through Chrome’s command system directly), but any tab management features that depend on page injection will not work on those restricted pages specifically.

Ctrl+Shift+A is the right call when: one Chrome window, clean page titles, fewer than 30 tabs, and the tab you want was closed recently. Built in, zero setup, instant.

Alt+K earns its keep when: tabs spread across multiple windows, you only half-remember the title, the tab dropped out of Chrome’s 25-entry recent list, or you want to jump straight to a bookmark without touching the address bar. Fuzzy matching recovers what exact-substring cannot.

Frequently Asked Questions

What does Ctrl+Shift+A do in Chrome?
As of Chrome 149 (June 2026), Ctrl+Shift+A (Cmd+Shift+A on Mac) opens Chrome's built-in tab search dropdown. It searches the title and URL of all currently open tabs and a short list of recently closed tabs in the current window. Matching is exact substring, not fuzzy. It does not surface tab groups by group name, does not search bookmarks or history, and does not span multiple Chrome windows.
Does Chrome tab search work across multiple windows?
As of June 2026, Ctrl+Shift+A searches only the window it is triggered in. If you have 3 Chrome windows open, you see only the tabs from the window where you pressed the shortcut. There is no built-in way to search all open tabs across all windows simultaneously.
Can I search Chrome tabs by typing without pressing Ctrl+Shift+A first?
No. Chrome's native tab search requires pressing Ctrl+Shift+A to open the dropdown first, then typing. SuperchargeNavigation's Alt+K opens the same kind of overlay from any page without navigating to the tab strip, and it adds fuzzy matching, bookmarks, and history to the same interface.
What is the fastest way to find a specific tab with 50+ tabs open?
As of June 2026, Alt+K (SuperchargeNavigation) is consistently faster than Ctrl+Shift+A for locating a specific tab when you have 50 or more open. Fuzzy matching catches partial title fragments, and results include bookmarks and history so you can open what you need even if you already closed the tab.
Does Chrome tab search support fuzzy matching?
No. Chrome's Ctrl+Shift+A performs substring matching. The characters you type must appear as a contiguous string in the title or URL. If you remember 'Figma handoff' but the actual tab title is 'Figma Design Handoff Review Q2', a search for 'figma handoff' will not return it unless those two words appear adjacent in the title.

Don't miss the next release

Be first to know when we ship something new.

Related Articles