Minimum Viable Vim Flashcards
1
Q
Delete a line (Normal mode)
A
dd
2
Q
Forward a page
A
^F
5
Q
Quit when saved
A
:q
6
Q
Normal mode
A
Esc
7
Q
Search in the file
A
/
9
Q
Insertion mode
A
i
10
Q
Back a page
A
^B
11
Q
Go to bottom of file
A
Shift + G
13
Q
Go to end of line
A
$
15
Q
Go to the next matched string after searching
A
n
16
Q
Go to start of file
A
1G
17
Q
Quit after saving
A
:wq
18
Q
Put (paste) a line you just deleted
A
p
20
Q
Go to beginning of line
A
0
24
Q
Delete a character (in normal mode)
A
X