<aside> 💡 This is the level 4 cheatsheet.

</aside>

Key Motion Mode
gg go to top of file normal
G go to bottom of file normal
:100 go to line 100 (alt: 100G) normal
{ jump up and move view by paragraph normal
} jump down and move view paragraph normal
Ctrl u go up half a page normal
Ctrl d go down half a page normal
% jump between parentheses normal

Beginner Level 3