Hello, fellow developers!
I’m excited to introduce Tabby, my very first VSCode extension, designed to help you manage, close, and restore tabs efficiently.
💡 Key Features
-
Tab Mode (F10 Activation):
- One-key shortcuts for tab management.
- Close tabs (
w), navigate between them (j/k), reorder tabs (a/d), and even jump directly to a specific tab by index (1-9).
-
Powerful Filtering Options:
- Hit
fin Tab Mode or use the commandTabby: Filter Tabs in Active Tab Groupto filter tabs based on:-
Wildcard Patterns:
*for any sequence,_for a single character. -
Path-Based Filter:
?myfolderkeeps tabs matching a specific folder path. -
Index-Based Filters: Single index (e.g.,
1), ranges (e.g.,3:5), and more. -
Filenames containing only numbers:
\123for files named "123".
-
Wildcard Patterns:
- Hit
-
Combined Filtering:
- Mix and match filters! For example:
*.py, 1:4, \123, ?myfolderwill keep all.pyfiles, tabs in the 1-4 range, the file123, and files inmyfolderopen.
- Mix and match filters! For example:
-
Tab History:
- Quickly restore closed tabs by pressing
hin Tab Mode or runTabby: Open Tabs from History. Also view your closed tabs from the 'Tab History' in the File Explorer View. - Press u in Tab Mode to undo restore tabs closed recently (works only for tabs closed/filtered using Tabby).
- Quickly restore closed tabs by pressing
It’s my first extension, so all suggestions and constructive feedback are greatly appreciated!
Download Tabby from Marketplace.

Top comments (0)