i | Insert Modus |
Esc | Leave Insert Modus |
:w | Write/Save File |
:q | Quit |
:wq | Wirte and Quit |
:h | Open Help Menu |
e | Jump to end of word (Use E if Word contains . or -) |
w | Jump to Beginning of word (Use W if Word contains . or -) |
0 | Jump to start of line |
^ | Jump to first character of line |
0 | Jump to start of line |
$ | Jump to last character of line |
J | Remove \n and join line below to current one |
dd | delete/cut line |
p | paste after cursor |
>> | indent |
<< | de-indent |
/ | search for pattern |
u | undo |
U | Restore/Undo last changed line |
Ctrl + r | Redo |
Full Cheatsheat: https://vim.rtorr.com/