# Blitz Search for Sublime Text

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.
## What is Blitz Search?
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.
For more information and Download, visit:
- [Natestah.com](https://natestah.com)
Source Code:
- https://github.com/natestah/blitzSearch/
## 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
- Use [Package Control](https://packagecontrol.io/) and search for "Blitz Search" plugin
- [Visit Natestah.com](https://natestah.com) for the external Blitz Search Application,
- [Give Feedback in Discord](https://discord.com/invite/UYPwQY9ngm) - My Discord Server
---