roxma / vim-tmux-clipboard

seamless integration for vim and tmux's clipboard
MIT License
290 stars 24 forks source link

only works after starting vim the first time #8

Closed gauteh closed 6 years ago

gauteh commented 6 years ago

the clipboard in another vim instance only works directly after starting it, if I yank something else in the first vim instance (in other pane in tmux) it is not updated in second vim instance.

I have set -g focus-events and tmux-focus-events plugin. using vim8.

The tmux clipboard is updated.

gauteh commented 6 years ago

Nevermind, realized this requires neovim.

gauteh commented 6 years ago

Actually, since https://groups.google.com/forum/#!msg/vim_dev/Jdgtdq6ATYg/NAhiWGjBCQAJ it should work..

gauteh commented 6 years ago

Seems like an issue with FocusGained event.