MacOS clipboard for VIM & Tmux
brew install reattach-to-user-namespace # in .tmux.conf set-option -g default-command "reattach-to-user-namespace -l zsh" # restart tmux tmux kill-server # in .vimrc set clipboard=unnamed