Show Menu
Cheatography

Doom Emacs: Custom keybinding Cheat Sheet (DRAFT) by

Custom keybinding cheat sheet

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

Movements

h, j, k, l
Left, Up, Down, Right
0, $, £
Column 0, end of line, beginning of line
w, W
Forward word, backward word
s, S
Snipe search forward, backward
f
Avy go to any word
M-k, M-j
Page up, down

Windows

M-\, M--
Split vertic­ally, horizo­ntally
M-], M-[
Next, previous window
M-w
Delete window
SPC w ]
Ideal window distri­bution (70/30)
SPC w =
Balance windows
SPC w <, >
Increase, decrease window width
SPC w h, j, k, l
Switch to h, j, k, l window
SPC w H, J, K, L
Move window to h, j, k, l window
 

Search (file contents)

M-f
+defau­lt/­sea­rch­-buffer
M-F
+defau­lt/­sea­rch­-pr­oject
M-m
consul­t-imenu

Navigation

M-p
+consu­lt-­pro­jectile
M-P
projec­til­e-f­ind­-file
SPC SPC
consul­t-b­ookmark
M-b
consul­t-p­roj­ect­-buffer
M-B
consul­t-b­uffer

Coding

M-s
Save buffer
M-f
Search buffer
M-g
Go to definition
M-G
Search references
M-C-g
Go to definition other window
M-., M-,
Go to last change, reverse
M-<, M->
Go to previous, next hunk
M-/
Nerd commenter
M-y
Yank from kill ring
M-i
Consult yasnippets
M-K, M-J
Move text up, down