One of the useful features of my current text editor is that the Find dialog box has an option to “mark” all lines on which the search string is found. I can then do operations on these “marked” lines, like delete them all, or copy them to clipboard.
Sometimes it’s easier for me to mark a bunch of lines, then invert the marks
If anyone has used ISPF editor they will know I’m talking about command sequences like x all; f all ‘string’; del all nx
how may I do this in SublimeText?
Thanks!