Vim - Command
Table of Contents
About
To execute commands, you need to be in the normal mode
Syntax
Many commands that change text follows this format:
[number] operator [number] [motion]
where:
Example
- d2w stands for delete 2 words.
- 3a!<Esc>. Added three exclamation points to the end of a line by typing
- 3x. Delete three characters
- 9k or 9 Mouse Up. Move up the cursor nine lines
Management
List
- In normal mode
:help index