Basic Flashcards
1
Q
Go to line 45
A
45gg
2
Q
Move current line to top, middle, bottom
A
zt, z., zb
3
Q
Move cursor to Higher, Middle, Lower part of screen
A
H, M, L
4
Q
Append at end of line
A
A
5
Q
Insert at new line below
A
o
6
Q
delete line (and put it into the default register)
A
dd
7
Q
paste the default register
A
p
8
Q
search forward for foo
A
/foo
9
Q
:wq, :x
A
write and quite
10
Q
write a copy of the file you are editing as filename
A
:w filename
11
Q
quit without saving
A
:q!
12
Q
Go to beginning of the line
A
13
Q
Go to end of the line
A
$
14
Q
w
A
beginning of next word
15
Q
e
A
end of next word