begriffs / haskell-vim-now

One-line Haskell Vim install
MIT License
988 stars 100 forks source link

,y yank #242

Closed arbitary closed 7 years ago

arbitary commented 7 years ago

I am using Mac. ,y doesn't work for me. I can't copy to the system's clipboard. Am I missing an option in my vim setup?

melkor217 commented 7 years ago

ehm, http://vim.wikia.com/wiki/Mac_OS_X_clipboard_sharing

begriffs commented 7 years ago

Maybe we ought to add set clipboard=unnamed to the vimrc? It's weird, I've been able to use ,y fine on my mac...

arbitary commented 7 years ago

It's working now after I installed vim using homebrew; I was using the vim preinstalled on Sierra. Thanks guys.