Hey, GitHub IDE Controls Flashcards

1
Q

Toggle sidebar

A

Shows/hides sidebar

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

Goto line [number]

A

Goes to line

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

Clear console

A

Clears terminal

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

Undo

A

Undoes last action

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

Redo

A

Redo last action

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

Pause mic

A

Pauses the listening

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

Goto end

A

Moves cursor to end of file

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

Go to the end of line number [number]

A

Goes to the end of the specified line

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

Select line [number]

A

Selects the line

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

Select lines [number] to [number]

A

Selects lines from [number] to [number]

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

Select previous function

A

Selects the previous function

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

Toggle code mode

A

Toggles code flow mode

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

Explain the code

A

Explains a manually selected range of code

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

Explain lines [number] to [number]

A

Explains code within the lines specified

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

Change [x]

A

Changes the code

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

Select function [function name]

A

Tries to find and select a function by the specified name

17
Q

Select previous/next function

A

Selects function before/after current function