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 |
| // | |
| // VistaPrincipalViewController.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 29/06/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "VistaPrincipalViewController.h" | |
| #import "Annotation.h" |
| // | |
| // VistaPrincipalViewController.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 29/06/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "VistaPrincipalViewController.h" | |
| #import "Annotation.h" |
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 |