Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+X | delete line |
| Ctrl+↩ | insert line after |
| Ctrl+⇧+↩ | insert line before |
| Ctrl+⇧+↑ | move line (or selection) up |
| (function(){ | |
| // Safe, scoped JavaScript here. Phew. | |
| })(); |
| <!--[if lte IE 8]> | |
| <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
| <link rel="stylesheet" href="/css/ie.css" media="screen" /> | |
| <![endif]--> | |
| <!--[if lte IE 7]> | |
| <link rel="stylesheet" href="/css/ie7.css" media="screen" /> | |
| <![endif]--> | |
| <!--[if lte IE 6]> | |
| <link rel="stylesheet" href="/css/ie6.css" media="screen" /> | |
| <![endif]--> |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+X | delete line |
| Ctrl+↩ | insert line after |
| Ctrl+⇧+↩ | insert line before |
| Ctrl+⇧+↑ | move line (or selection) up |