The Vim way Flashcards

1
Q

x command

A

Deletes one character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

. Dot command

A

Repeates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

> G command

A

Increases identation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A command

A

Insert character at the end of line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

f{character}

A

first appearance of a character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

f{character} and ;

A

Second appearance of {character}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to seperate multiple commands in normal mode ?

A

With |, which correspond to ; in shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • command
A

Find the pattern under the cursor and highlight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly