Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gsdefender/3b835c6dfbdbb6669ed66a753f2cc963 to your computer and use it in GitHub Desktop.
Save gsdefender/3b835c6dfbdbb6669ed66a753f2cc963 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