···9910101111zz -> centers your cursor to the middle
1212-; -> if you search something with f or t, it will search for the next one
1212+; -> if you search something with f or t, it will search for the next one
1313gg -> start and G -> end
1414w -> goes one word and W goes further, same for back with b and B
1515b -> goes one word back
1616e -> move to the end of your word
1717% -> toggles between parentese forth and back if your inside one
1818\* -> toggles through all your variable or word on in your text
1919-o -> will insert a new line and put you into insert mode directly. O will due it above
1919+o -> will insert a new line and put you into insert mode directly. O will due it above
2020C -> puts you into insert and replace until end of line
2121a -> Insert text after the cursor
2222A -> will put you into i mode and jump to end of line
···3636M: puts cursor in the middle part of your code
3737H: puts cursort to the top (high?) part of your code
3838Ctrl-i: jump to your previous navigation location
3939-ctrl-r : replace
3939+ctrl-r : replace
4040Ctrl-o: jump back to where you were
4141J: join the current line with the next one (delete what's between)
4242···59596060[ ( { < -> A [], (), or {} block
6161t -> tag
6262-b -> block B-> block in
6262+b -> block B-> block in
6363R -> Insert mode -> replaces existing text
6464r -> replace one character
6565