Vim's Basic Syntax
Differents Modes in Vim
-
Normal mode
-
Visual mode
-
Insert mode
-
Command-line mode
-
: -
/ -
?
-
3 Types of Editing Commands
-
Operator + Motion
e.g.
v+tj -
Operator + Text Object
More specifically, there are two syntaxs for text objects:
-
Inner(
i) -
Around(
a)
e.g.
v+iw -
-
Visual selection + Operator
e.g.
v+iw+d