-
-
Save cassinaj/425f1b6996d5c2af406208ceb3aff6e8 to your computer and use it in GitHub Desktop.
Spacemacs cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Undo - `C-/` | |
| 2. Redo - `C-?` | |
| 3. Change case: 1. Camel Case : `M-c` | |
| 2. Upper Case : `M-u` | |
| 3. Lower Case : `M-l` | |
| 4. Helm-projectile find file : `M-m p f` | |
| 5. Helm-projectile-grep : `M-m p s g` | |
| 6. Toggle Auto complete : `M-m t a` | |
| 7. Neotree root directory : `M-m p t` | |
| 8. Open shell in vertical split buffer : `C-!` (Not predefined function, added explicitly later) | |
| 9. Linum-relative : `M-m t r` | |
| 10. Ace-jump mode : `SPC SPC` | |
| 11. Helm-bookmarks : `M-m h b` | |
| 12. Comment/Uncomment current line/region: `Spc c l` | |
| 13. Iedit mode : 1. `M-<left>`, `M-<right>` to navigate, | |
| 2. `C-;` to select/deselct all for edit at once | |
| 14. Expand Region 1. Expand: `SPC v` | |
| 2. Contract: `SPC V` | |
| 15. Winner mode: 1. Undo : `C-c <left>` | |
| 2. Redo : `C-c <right>` | |
| 16. Toggle Aggressive Indent Mode : `M-m t I` | |
| 17. Open file in new buffer after `M-m p f` : `C-c o` | |
| 18. Dired mode : 1. Copy file : `C` | |
| 2. Delete the file : `D` | |
| 3. Rename the file : `R` | |
| 4. Create a new directory : `+` | |
| 5. Reload directory listing : `g` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment