space + 0
h - move cursor left
j - move cursor down
k - move cursor up
l - move cursor right
w - jump forwards to the start of a word
e - jump forwards to the end of a word
b - jump backwards to the start of a word
gg - go to the first line of the document
G - go to the last line of the document
25G - go to line 25
{ - jump to previous paragraph
} - jump to next paragraph
zz - center cursor on screen
command + shift + l
i - insert before the cursor
I - insert at the beginning of the line
ea - insert at the end of the word
a - append after the cursor
A append at the end of the line
cc - delete the line and get into insert mode
dd - delete the line
cw - change to the end of the word
ciw - change entire word
ci" - change word inside quotation marks
mm - go to mark
M - add mark
yy - yank the line
p - paste
shift + alt + 🔼 - copy line up
control + q - copy line down
vi" - view the content inside "
/