Skip to content

Instantly share code, notes, and snippets.

@klaseskilson
Last active August 29, 2015 14:07
Show Gist options
  • Save klaseskilson/bb8f071c6df2cd718069 to your computer and use it in GitHub Desktop.
Save klaseskilson/bb8f071c6df2cd718069 to your computer and use it in GitHub Desktop.
Sublime Text 3 Tips and Tricks

Sublime Text 3 Tips and Tricks

These are written from a OS X perspective. To use them on a Windows/Linux machine, replace with CTRL in most cases.

This is a work in progress.

Word highlighting/cursor placement

  • Highlight a word and press ⌘ + D. Each time you do this, the next occurrence of the same word will be highlighted. To skip a word, press ⌘ + K and then ⌘ + D again. CMD + D
  • To highlight a rectangle of characters, press and hold the ALT key while clicking and dragging with your mouse pointer. This will create multiple cursors that will form a rectangle.

Tips och tricks för Sublime Text 3

Dessa tips är skriva ur ett OS X-perspektiv. För att använda dem på en Windows/Linux-dator handlar det oftast om att byta ut -knappen med CTRL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment