Blitz Search for Sublime Text

June 24, 2025 ยท View on GitHub

hero

Blitz Search is an external application, this Sublime Text package exists to provide a couple of commands with aims of being a replacement, OR compliment to the built in find-and-replace.

  • Search This (Selection) - Places the selection in the Blitz Search Search Box
  • Search This (Caret on a word) - Places word that the caret is on as a Whole-Word Search in the Blitz Search Search box.
  • Replace This - Works the same as Search This, only it will open up Replacement components.

In addition, this package provides Workspace context to Blitz Search so that You can search in Workspace.

Blitz Search ss a %100 Free, Open sourced, stand-alone file contents search tool, with an aim to provide an improved Find-in-files experience for multiple IDE's / Code Editors.

Source Code:

Keybinding

Search This, Replace this can be mapped to Find-in-files/Replace-in-files hotkeys.

(Preferences -> KeyBindings)

{ "keys": ["ctrl+shift+f"], "command": "blitz_search_this" },
{ "keys": ["ctrl+shift+h"], "command": "blitz_replace_this" },

Installation