I have Vim inside Tmux. When I copy text with yy and paste. I get the following error E353: Nothing in register * .
This problem only occurs when using Vim 7.4. However, when using Vim outside of Tmux, this problem does not occur.
In the lateral case, this does not happen when using Vim 7.3 (the vim version installed by OSX 10.9), inside or outside Tmux.
In .vimrc I have:
set clipboard=unnamed
In .tmux.conf I have:
set-option -g default-command "reattach-to-user-namespace -l bash"
vim tmux
Samuel
source share