<aside> 💡 This is the level 2 cheatsheet.
</aside>
| Key | Motion | Mode |
|---|---|---|
| o | Insert mode + add a line below to start typing there | normal/visual |
| O | Insert mode + add a line above to start typing there | normal/visual |
| P | paste in line above | normal/visual |
| a | move forward one and go in insert mode | normal/visual |
| A | insert mode at end of the line | normal/visual |
| I | insert mode at beginning of the line | normal/visual |
| / | command mode (start typing to search) | normal/visual |
| n | go to next occurrence | command |
| N | go to previous occurrence | command |
| * | next occurrence of whatever is under cursor → n/N usable after | normal/visual |
| # | previous occurrence of whatever is under cursor → n/N usable after | normal/visual |