Search code examples
sublimetext3sublimetext2sublimetext

Multiple cursors from find result


I have a regex in my find box and want a cursor at each found location (I'm actually trying to delete a load of new lines in paragraphs but there's far to many to do by hand).

How can I get a cursor at each location that matches [\w]$?


Solution

  • Click the "Find All" button at the far right of the find panel, and ST will select all the matches. search box with find all circled