Skip to content

Instantly share code, notes, and snippets.

@jdforsythe
Created October 16, 2014 14:50
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 jdforsythe/dc863f35ddda3e3534b6 to your computer and use it in GitHub Desktop.
Save jdforsythe/dc863f35ddda3e3534b6 to your computer and use it in GitHub Desktop.
Tips and tricks for Sublime Text
Cursor on all lines:
CTRL+A then SHIFT+CTRL+L
Cursor on every nth line:
CTRL+F, turn on RegEx, use (.*(\n|$)){n}
then press ALT+ENTER to find all
then press LEFT arrow to remove the selection and get the cursors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment