Copy & Paste 'yy' - copy current line 'p' - paste after cursor 'u' - undo '3yy' then 'p' Remove & Paster 'dd' - remove current line 'p' - [N]dd uses the Yank Buffer to save the contents were deleted '3dd' then 'p'