You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to load just fine. However, when I switch to another pane in tmux after yanking in vim, pasting text doesn't work. Also, when I switch back to vim, it will be unresponsive and require a kill -9.
The text was updated successfully, but these errors were encountered:
It's not Vim that hangs exactly but rather the tmux loadb - command it spawns, which is of course done by vim-tmux-clipboard. You can kill that process and Vim will come back to life instead of killing Vim itself. As for the issue itself, I'm not exactly sure what causes it, but I can say that upgrading from tmux v1.8 to v2.3 resolves the issue for me. Whether that means it's a tmux bug or just that some internals have changed in a way that the underlying problem is masked I'm not sure. I'll try to find some time to look at it in the future as a curiosity...
I installed this using Vundle and placed the following at the bottom of my vimrc:
It seems to load just fine. However, when I switch to another pane in tmux after yanking in vim, pasting text doesn't work. Also, when I switch back to vim, it will be unresponsive and require a
kill -9
.The text was updated successfully, but these errors were encountered: