Chapter 8 Flashcards

1
Q

What ^ does

A

Go to the first character on the line

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

What 0 does

A

Go to the first character of the line

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

What $ does

A

Go to the end of the line

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

What w does

A

Move one word forward(word means a word + space after)

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

What b does

A

Move back to the first char of the previous word

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

What e does

A

Move to the end of the current word

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

What ge does

A

Move to the end of the previous word ignoring spaces

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

What m{a-zA-Z} does

A

Mark a position in buffer for {a-z} and persistent between files {A-Z}

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

What ‘{mark} does

A

Move to the line with a {mark} and position cursor on the first non-whitespace char.

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

What `{mark} does

A

Move the cursor to the particular {mark}

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

What `` does

A

Position cursor before last jump in the current file

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

What `. does

A

Position cursor before last change in the current file

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

What `^ does

A

Position cursor of the last insertion in the current file

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

What [ / ] does

A

Position cursor to the beginning/ending of the last yank in the current file

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

What ` does

A

Position cursor to the beginning/ending of the last visual in the current file

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