vim-go Flashcards

Usage of the vim-go plugin

1
Q

How is auto-completion triggered in vim?

A

<C-x><C-o>

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

Enable character-wise Visual mode

A

lowercase v

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

Enable line-wise Visual mode

A

Uppercase V

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

Enable block-wise Visual mode

A

<C-v>

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

Reselect that last visual selection

A

gv

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

Toggle the free end of a visual selection

A

o

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

What is a vim text object

A

Text objects define regions of text by structure (see :h text-objects)

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

Visually select text object inside of {braces}

A

vi}

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

Visually select text object delimited by a pair of “double quotes”

A

va”

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

Visually select text object inside of <xml>tags</xml>

A

vit

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