Cheatography
https://cheatography.com
Basic Spacemacs commands for learning
File Management
save file |
|
open file |
|
toggle explorer |
|
Spell-checking
toggle spell-check |
|
correct word |
|
go to next error |
|
Spell-checking uses aspell
. Make sure aspell
and aspell-en
are installed from the AUR.
Misc
toggle fold |
|
close folds |
|
toggle shell |
|
expand snippet |
|
word count in region |
|
Git
open Magit |
|
stage file/region |
|
unstage file/region |
|
open commit menu |
|
finalise commit |
|
open log |
|
All commands except the first apply only inside Magit.
|
|
Buffers
switch buffer |
|
kill current buffer |
|
A buffer is a container for text, that persists in the background even when not displayed in a window.
Windows
change to window |
|
close window |
|
split horizontally |
|
split vertically |
|
A window contains a buffer and can be used to create layouts.
|
|
Markdown
export |
|
preview |
|
insert heading |
|
insert link |
|
insert footnote |
|
bold selection |
|
italicise selection |
|
blockquote selection |
|
clean up list numbers |
|
Python
look up function |
|
run script |
|
reformat according to PEP8 |
|
run all tests |
|
select virtualenv |
|
Clojure
start REPL |
|
evaluate function |
|
evaluate buffer |
|
look up function |
|
run all tests |
|
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets