Learning VI Flashcards
1
Q
What is the command to delete the entire current line
A
dd
2
Q
What is the command for pasting
A
P
3
Q
What is the command to undo
A
U
4
Q
What is the command for quitting vi
A
:qw
5
Q
What is the command to move the cursor to the start of the current line
A
0
6
Q
What is the command move to the end of the current line
A
$