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 vertically, horizontally |
M-], M-[ |
Next, previous window |
M-w |
Delete window |
SPC w ] |
Ideal window distribution (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 |
+default/search-buffer |
M-F |
+default/search-project |
M-m |
consult-imenu |
Navigation
M-p |
+consult-projectile |
M-P |
projectile-find-file |
SPC SPC |
consult-bookmark |
M-b |
consult-project-buffer |
M-B |
consult-buffer |
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 |
|