Yesterday, I upgraded to MacOS Sierra and it broke my clipboard functionality in my tmux + neovim setup.
Here is the behavior:
Upgrading brew + vim + tmux fixed this for me:
brew update
brew upgrade vim
brew upgrade tmux
Notes:
brew link --overwrite ruby# set-option -g status-utf8 onxcode-select --install (In hindsight this may mess up my react-native install :/. Buyer beware)brew update brew complained it didn't have write access to /usr/local so I made myself the owner of /usr/local NON-RECURSIVE. After the update brew told me I could change the owner back to root:wheel.