Vim - Clipboard


Clipboard

  • yy: Copy line to vim's clipboard
  • dd: Delete line and copy to vim's clipboard
  • p: Paste clipboard. If line is copied, text is pasted on next line, else text is pasted right after the cursor