| Change | |
r | Replace character |
cw | Change word |
cc | Change current line |
cmotion | Change text between the cursor and the target of motion |
C | Change to end of line |
R | Type over (overwrite) characters |
s | Substitute: delete character and insert new text |
S | Substitute: delete current line and insert new text |