How to copy a selection to the OS X clipboard

后端 未结 27 2253
野趣味
野趣味 2020-11-29 14:17

I have an area selected in Vim. How can I copy it into the OS X clipboard?

(The OS X clipboard can be written to via a pipe to /usr/bin/pbcopy)

27条回答
  •  -上瘾入骨i
    2020-11-29 14:58

    In my case I just had to do :

    :set mouse=v
    

    please visit the original solution on superuser.com

提交回复
热议问题