Skip to content

Instantly share code, notes, and snippets.

View rahul003's full-sized avatar
🎯
Focusing

Rahul Huilgol rahul003

🎯
Focusing
  • Amazon Web Services
  • Palo Alto, CA
View GitHub Profile
@rahul003
rahul003 / Sublime Text Shortcuts
Last active August 29, 2015 13:57 — forked from harshil93/gist:9514448
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 |