Vim - Motion
About
A motion is a parameters of an action in a command
Articles Related
List
- w for word,
- $ for the end of line
Example
- with the w word motion, you can delete 2 words with the following command:
:d2w
A motion is a parameters of an action in a command
:d2w