Skip to content

Instantly share code, notes, and snippets.

@danielmorrisdesign
Last active December 15, 2015 08:49
Show Gist options
  • Save danielmorrisdesign/5233737 to your computer and use it in GitHub Desktop.
Save danielmorrisdesign/5233737 to your computer and use it in GitHub Desktop.
Sublime Text 2 Resources
# Sublime Text 2 Resource guide
Prettier icon: https://github.com/dmatarazzo/Sublime-Text-2-Icon
## Shortcuts
Command Palette: Shift + CMD + P
File switching: CMD + P (met ":" direct naar line number)
Select multiple words: CMD + Doubleblick
Select line: CMD + L
Select word: CMD + D
Search functions: CMD + R
Search HTML: CMD + P, then #
Goto line number: CMD + G
Press Alt or Command and then click in each region where you require a cursor.
Select a block of lines, and then press Shift + Command + L.
Place the cursor over a particular word, and press Control/Command + D repeatedly to select additional occurrences of that word.
Alternatively, add an additional cursor at all occurrences of a word by typing Alt+F3 on Windows, or Ctrl+Command+G on the Mac. Amazing!!
Super snel HTML: div.error (tab) =
<div class="error"></div>
Automagische sluittag: CMD + ALT + .
Super snel CSS (voorbeelden): mt = margin-top, lh = line-height
Paste met juiste indent: Shift + CMD + V
## Handige packages:
Package Control: http://wbond.net/sublime_packages/package_control
Alignment: http://wbond.net/sublime_packages/alignment
Fetch: http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/
Prefixr: http://wbond.net/sublime_packages/prefixr
Emmet (supersnel css'en): https://github.com/sergeche/emmet-sublime
Sass
HtmlTidy
Can I use
jQuery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment