0

I am enjoying playing with Vim but I am struggling with copy and paste.

I can copy from outside sources like url, and paste it with right click of mouse, but I want to know shortcut keyboard.

Is there way to do it?

  • https://stackoverflow.com/search?q=%5Bvim%5D+copy+paste+OS+clipboard – phd Dec 27 '21 at 17:03
  • https://stackoverflow.com/questions/41986045/how-to-use-different-registers-in-vim-to-copy-paste-from-to-os-clipboard-how – phd Dec 27 '21 at 17:03
  • See selection and drop registers at http://vimdoc.sourceforge.net/htmldoc/change.html#registers : `"*` and `"+`. Commands like `"*p` and `"+p` and `"*y` and `"+y`. – phd Dec 27 '21 at 17:07

0 Answers0