Search All Windows
Sublime Text plugin: search across all open documents in all open windows
Details
Installs
- Total 140
- Win 42
- Mac 89
- Linux 9
| Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
| Mac | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 2 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 3 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Search All Windows
A Sublime Text plugin that searches across every open document in every open window — something the built-in Find doesn't do.
Sublime Text's built-in Find (Cmd+F) only searches the current file, and Find in Files only searches files on disk. This plugin searches the live buffer contents of every open tab across every open window, including unsaved documents.
Usage
Open the Command Palette (Cmd+Shift+P) and run Search All Windows.
- Type a search term (plain text or regex, case-insensitive)
- A results panel shows every match across all open windows and tabs
- Scroll through results to preview matches within the current window
- Press Enter to jump to a match (switches windows/tabs automatically)
- Press Escape to cancel and return to your original position
Optional keybinding
Add to your key bindings (Preferences → Key Bindings):
{ "keys": ["super+shift+f"], "command": "search_all_windows" }
Installation
Via Package Control (recommended)
- Open the Command Palette and run
Package Control: Install Package - Search for Search All Windows and install
Manual
Copy search_all_windows.py and SearchAllWindows.sublime-commands into your Sublime Text Packages/User/ directory:
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Sublime Text/Packages/User/ |
| Windows | %APPDATA%\Sublime Text\Packages\User\ |
| Linux | ~/.config/sublime-text/Packages/User/ |
Or find it via Preferences → Browse Packages… → User/.
Requirements
Sublime Text 4 (build 4050+)
Attribution
This plugin was written with Claude, Anthropic's AI assistant.
License
MIT