| Yank (copy) | |
yw | Yank (copy) word |
yy | Yank current line |
"ayy | Yank current line into named buffer a (a-z). Uppercase names append text. |
ymotion | Yank text between the cursor and the target of motion |
p, P | Put yanked text after, before cursor |
"aP | Put text from buffer a before cursor (a-z) |