Skip to content

Instantly share code, notes, and snippets.

View crowtherdr's full-sized avatar
💡
flipping switches

David Crowther crowtherdr

💡
flipping switches
View GitHub Profile
@crowtherdr
crowtherdr / Sublime-Text-shortcuts
Last active December 18, 2015 09:19
Sublime Text Shortcuts
h1. Sublime Text 2 - Useful Shortcuts (PC)
Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/.
h2. Editing
| *Ctrl+C* | copy current line (if no selection) |
| *Ctrl+X* | cut current line (if no selection) |
| *Ctrl+⇧+K*| delete line |
| *Ctrl+↩* | insert line after |