Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grayayer/febe8bb50024a92ad59c057791c2f5c4 to your computer and use it in GitHub Desktop.
Save grayayer/febe8bb50024a92ad59c057791c2f5c4 to your computer and use it in GitHub Desktop.
Select every second line in Sublime
Search for : (.*(\n|$)){2}
alt+R - to toggle regular expression search
alt+ENTER - to select all results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment