0

So I would like to know how can I paste from system clipboard to vim command line; I mean for example I'm in normal mode and I hit Shift+: and then I want to paste there something from my clipboard. yank and paste do not work.

Andrea
  • 135
  • 6

1 Answers1

0

Select what you want in vim using v.

Then press "*Y to copy your selection in the clipboard.

guimauve
  • 408
  • 1
  • 5
  • 12