Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| // | |
| // RBResizer.swift | |
| // Locker | |
| // | |
| // Created by Hampton Catlin on 6/20/14. | |
| // Copyright (c) 2014 rarebit. All rights reserved. | |
| // | |
| import UIKit |
| dispatch:beforeDispatchLoop | |
| dispatch:beforeDispatch | |
| dispatch:beforeNotFoundAction | |
| dispatch:beforeExecuteRoute | |
| dispatch:afterInitialize | |
| dispatch:afterExecuteRoute | |
| dispatch:afterDispatch | |
| dispatch:afterDispatchLoop | |
| dispatch:beforeException |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |