Show Menu
Cheatography

Spacemacs Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

File

Open file
SPC p f
Open directory of current file
SPC f j
Rename current file
SPC f R
Save File
SPC f s
Delete file
SPC f d
Neo tree
SPC f t
Helm find file
SPC f f
Open file in default app
SPC f o
Recently opened files
SPC f r

Projects

Open recent project
SPC p p
Current project files
SPC p f
Project neo tree
SPC p t

Org Mode

Add item below
C-Ret
Add Todo item below
C-Shif­t-Ret
Archive Subtree into archive file
C-c C-x s
Table Create
| Column 1 | Column 2 | (Tab)
Table Move To Cell
Tab
Insert Link
C-c C-l
Insert Code Block
<s (Tab)
Insert Other Enviro­nment
<[s­,q,­v,l­,c,e,h] (Tab)
Switch Todo State
Shift-­Lef­t/Right
Add tag to item
SPC m :
Switch priority
Shift-­Up/Down
Schedule item
SPC m s
Set deadline
SPC m d
Todo List Cycle Done
C-c C-x C-b
Todo List Show Open/Done
[/] oder [%]
Update Todo List Statistics
C-c #
Insert new Todo List Item
Meta-S­hif­t-Ret
Add todo item
t/T
Switch headlines
</>
Show Todos
SPC a o t
Show agenda
SPC m a
Agenda show next/b­efore
f/b
Agenda show day/we­ek/­tod­ay/date
d/w/./J (or C-v)
Agenda toggle entry text / clock report
E/R
Agenda change Todo state
t
Agenda archive Item
a
Agenda Close
q
Agenda Transient state
Meta-SPC
Start pomodoro
SPC m p
 

Search

Search
SPC /
Search word under cursor
C-s C-w
Search last query
C-s C-s
Search in buffer (helm swoop)
SPC s s
Search files in folder
SPC s f
Search files in open buffers
SPC s b
Search for word under cursor
SPC *
Search again
n (N)
Find matching brace
%
Mark position with a
m a
Goto mark a
`a or 'a
Search / Replace
ALT + % (y, n, !)
Search / Replace (regex)
CTRL + ALT + % (y, n, !)
Search by semantic symbol
SPC s j
Clear search highlights
SPC s c

Editing

Down, Up, Left, Right
j k h l
Go left a word
b
Go right a word
w
End of word
e
Select
SPC v
lower case
M-l
upper case
M-u
switch insert mode
i
switch command mode
ESC
Undo
C-/
Redo
C-?
Delete char under cursor
x
Delete line
d d
Copy line
y y
Paste after/­before cursor
p (P)
add line
o (O)
replace
r (R)
Select line
V j
Open Kill Ring
SPC r y
Beginn­ing/End of line
0/$
Show undo tree
SPC a u

Coding

toggle fold
SPC z a
comment paragr­aph­/line
SPC c [p l]
 

Window

Close Emacs
SPC q q
Switch Buffer
SPC b b
Last Buffer
SPC Tab
Focus Window
SPC 1..9
Focus Next Window
SPC w c
Split window below
SPC w s
Split window right
SPC w v
Close Window
SPC w d
Maximize Window
SPC w m

Settings

Open Config
SPC f e d
Increa­se/­Dec­rease font size
SPC z x
Spellcheck
SPC t S
correct word
SPC S c
next word
SPC s n
help
SPC ?
toggle syntax check
SPC t s
toggle line wrap
SPC t l
toggle auto completion
SPC t a
list all functions
SPC s l

Python

Lookup function
SPC m h h
Run script
SPC m c c
Reformat
SPC m =

Markdown

export
SPC m c e
preview
SPC m c p
insert heading
SPC m h <le­vel>
insert link
SPC m l
insert footnote
SPC m f
bold selection
SPC m b
italic selection
SPC m i
blockquote selection
SPC m q