I used homebrew to install vim on Mac so as to get +clipboard and +xterm_clipboard. However, the latter does not seem to be turned on no matter what I do.
My vim --version output is: -clientserver (despite doing brew install vim --with-client-server) +clipboard -xterm_clipboard
How can I turn this on? I think this is preventing me from copying from vim into the clipboard.
Note: I have tried most of the things suggested in the following threads How to make vim paste from (and copy to) system's clipboard? How to copy to clipboard in Vim? At this point I think the xterm-clipboard not being available is causing this to not work for me.
Thanks
PS: I am using vim and not MacVim.