Hello,
how can I close all tabs where a string is found in the text with a regex?
Do I need to write my own python plugin or is there a simple solution with a small python line of code or somethign else?
Example:
- I open sublime from command line with many files (tabs).
- Now I have to close all tabs where a string ‘closethis’ is in the text.
In real the ‘closethis’ string is a more complex regex!
Best regards
Marten