| 56 | | ||[n][movement]|| do a movement, repeated n times|| |
| 57 | | ||[n]d[movement]|| delete the characters the movement would move past|| |
| 58 | | ||[n]c[movement]|| delete the characters the movement would move past, and enter insert mode|| |
| 59 | | ||[n]x|| delete the character under the cursor (repeated n times)|| |
| 60 | | ||[n]X|| delete the character before the cursor (repeated n times) (*)|| |
| 61 | | ||[n].|| repeat the previous command n times (*)|| |
| | 56 | ||`[n]`[movement]|| do a movement, repeated n times|| |
| | 57 | ||`[n]`d[movement]|| delete the characters the movement would move past|| |
| | 58 | ||`[n]`c[movement]|| delete the characters the movement would move past, and enter insert mode|| |
| | 59 | ||`[n]`x|| delete the character under the cursor (repeated n times)|| |
| | 60 | ||`[n]`X|| delete the character before the cursor (repeated n times) (*)|| |
| | 61 | ||`[n]`.|| repeat the previous command n times (*)|| |