Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    I don't get it. I tried copying in vim with "+y, but when switching to a pane that has a normal shell, trying to paste with "+p wont work, because it will start typing "...etc What am I doing wrong? Commented Apr 12, 2020 at 3:12
  • @SFbay007 in case you were still wondering or someone else stumbles upon this, the "+y [y]anks (copies) the text into the clipboard (+) register ("). If you are [p]asting in vim, you use "+p, but if you are pasting in a normal shell you would use your normal method of paste (eg ctrl + shift + v). Note you may need to use the * register instead, depending on your system Commented Feb 10, 2022 at 2:28