How to copy a selection to the OS X clipboard

后端 未结 27 2254
野趣味
野趣味 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条回答
  •  遥遥无期
    2020-11-29 15:21

    command-C? This at least works for the vim launched from within Terminal.app for text selected with mouse.

提交回复
热议问题