What is the command to delete the entire current line
dd
What is the command for pasting
P
What is the command to undo
U
What is the command for quitting vi
:qw
What is the command to move the cursor to the start of the current line
0
What is the command move to the end of the current line
$