The command p pastes below the cursor and P pastes above the cursor. What\'s the command to paste in the line where cursor is?
You can use D to delete from current cursor position to the end of line, and the p to the new cursor position.
That is to cut and paste a whole line use ^D and p.