Clipboard failure in tmux + vim after upgrading to MacOS Sierra

后端 未结 3 435
慢半拍i
慢半拍i 2021-01-31 08:17

Yesterday, I upgraded to MacOS Sierra and it broke my clipboard functionality in my tmux + neovim setup.

Here is the behavior:

  • I can use the standard ctrl+
3条回答
  •  孤独总比滥情好
    2021-01-31 08:46

    I saw the same upon upgrading to Sierra. In my case it stemmed from having the YankRing plugin installed.

    Adding the following to my .vimrc fixed it for me:

    "-------------------------------------------------------------
    " Fix for YankRing bug
    "-------------------------------------------------------------
    let g:yankring_clipboard_monitor=0
    

提交回复
热议问题