The Vim way Flashcards
1
Q
x command
A
Deletes one character
2
Q
. Dot command
A
Repeates
3
Q
> G command
A
Increases identation
4
Q
A command
A
Insert character at the end of line
5
Q
f{character}
A
first appearance of a character
6
Q
f{character} and ;
A
Second appearance of {character}
7
Q
How to seperate multiple commands in normal mode ?
A
With |, which correspond to ; in shell
8
Q
- command
A
Find the pattern under the cursor and highlight