XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 182 forks source link

yy not yanking line, when pasted it always insert newline #302

Closed andres-blanco closed 4 years ago

andres-blanco commented 4 years ago

Installed master branch on 11.5 and when I press yy and paste p all I get is a newline inserted, there's no content :(

anybody knows what might be going on?

andres-blanco commented 4 years ago

fixed using the workaround mentioned here: https://github.com/XVimProject/XVim2/issues/298

This line in my .xvimrc is the offender: set clipboard=unnamedplus, I removed it and everything started working again.