Text edit Flashcards
1
Q
Duplicate lines
A
<kbd>shift</kbd> + cmd + d
2
Q
Block comment current selection
A
Alt + Cmd + /
3
Q
Delete from cursor to the end of line
A
Cmd + k + Cmd + k
4
Q
Delete from cursor to the start of the line
A
Cmd + k + backspace
5
Q
Paste and indent correctly
A
shift + cmd + v
6
Q
Select next auto-completion suggestion
A
Ctrl + space
7
Q
Go to matching parentheses
A
Ctrl + m
8
Q
Select line
A
Cmd + l
9
Q
Select word
A
Cmd + d
10
Q
Select all content within the current parentheses
A
shift + ctrl + m
11
Q
Move line or selection up
A
ctrl + cmd + up
12
Q
Move line or selection down
A
ctrl + cmd + down
13
Q
Find
A
cmd + f
14
Q
replace
A
alt + cmd + f
15
Q
find next
A
cmd + g