How can I cancel an ongoing search in sublime text? basically when I do a recursive folder search for a particular text using
ctrl + shft + F
Looks like closing/re-opening Sublime stopped my search. Since Sublime starts up quickly with your previous tabs, this should be an easy operation.
I believe if that panel is in "focus" you can simply hit the ESC key.
One of the way to stop the search I use is to search again with an invalid path. That does the trick for me. Hope that helps
It is currently not possible to stop a "Find in Files" search once it has begun. Closing the "Find Results" panel or tab doesn't affect it - it only means you won't see any further results that are found.
It has been logged as an issue here: https://github.com/SublimeTextIssues/Core/issues/1481