How do I enable the clipboard+ feature in Vim?
All questions related to copy pasting from Vim to the OS clipboard specify that this feature must be enabled.
vim --version | grep "clipboard"
returns
-clipboard -xterm_clipboard
You need to compile it with ./configure --enable=clipboard. If you are using Vim bundled by your distribution then you need to check which one provides integration with it (on Debian it is vim-gtk IIRC).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With