Motion Flashcards
(25 cards)
1
Q
move left
A
h
2
Q
move down
A
j
3
Q
move up
A
k
4
Q
move right
A
l
5
Q
move to next word
A
w
6
Q
move to next blank delimited word
A
W
7
Q
move to the beginning of the word
A
b
8
Q
move to the beginning of blank delimited word
A
B
9
Q
move to the end of the word
A
e
10
Q
move to the end of blank delimited word
A
E
11
Q
move a sentence back
A
(
12
Q
move a sentence forward
A
)
13
Q
move a paragraph back
A
{
14
Q
move a paragraph forward
A
}
15
Q
move to the beginning of the line
A
0
16
Q
move to the end of the line
A
$
17
Q
move to the first line of the file
A
1G
18
Q
move to the last line of the file
A
G
19
Q
move to the nth line of the file
A
nG or :n
20
Q
move forward to c
A
fc
21
Q
move back to c
A
Fc
22
Q
move to top of screen
A
H
23
Q
move to middle of screen
A
M
24
Q
move to bottom of screen
A
L
25
move to associated ( ), { }, [ ]
%