VIM Flashcards
1
Q
Insert text at cursor
A
i
2
Q
Insert text at start of line
A
I
3
Q
Move forward one word (next alphanumeric word)
A
w
4
Q
Move backwards one word
A
b
5
Q
force quit
A
:q!
6
Q
Delete two words
A
d2w
7
Q
Move down one line
A
j
8
Q
Go to bottom of file
A
G
9
Q
Move cursor to the left
A
h
10
Q
Move cursor to the right
A
l
11
Q
Move cursor down a line
A
j
12
Q
Move cursor up a line
A
k
13
Q
Delete the character under the cursor
A
d
14
Q
Move down 3 lines
A
3j
15
Q
Find next {
A
f{