vim should have +clipboard by default #1392
Replies: 2 comments 5 replies
-
We've discussed this before, and my general thought on this is that it is much simpler to use a plugin to get clipboard support: https://github.com/christoomey/vim-system-copy. That plugin is nice because it supports the system clipboard across all OSes, whereas adding X only helps on Linux. You may need to install |
Beta Was this translation helpful? Give feedback.
-
There was a previous attempt to do something similar: Homebrew/homebrew-core#74263 If you can implement it in the way suggested by this comment, I think that's something we can do in Homebrew. |
Beta Was this translation helpful? Give feedback.
-
Hi, I think vim should have access to the X clipboard by default, i.e.
This will allow copying and pasting using
"*y
and"*p
in Normal Mode from other applications.I move to update the bottle such that vim is compiled this way. In my recent test (not a clean Linuxbrew install), the only additional build dependencies are
libx11
andlibxt
.Note the
--with-x
optionBeta Was this translation helpful? Give feedback.
All reactions