<aside> 💡 This is the level 3 cheatsheet.
</aside>
| Key | Motion | Mode |
|---|---|---|
| f | find character in line, go on top | normal |
| t | go to character in line, stop one unit before | normal |
| F/T | similar to above, but backwards | normal |
| ; | jump through f or t results forwards | normal |
| , | jump through f or t results backwards | normal |
| x | delete character | normal |
| s | delete character, go into insert | normal |
| D | delete rest of line | normal |
| C | delete rest of line, go into insert | normal |
| S | delete entire line, go into insert, indented | normal |
<aside> 💡 These are not required to be read, but provide answers to questions you might have when using motions in this chapter.
</aside>
Going multiple steps in deleting/changing to a character is done in following order:
<command><amount><f/t><character>
d2f<character>
c5t<character>