wincent / terminus

🖥 Enhanced terminal integration for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Focus Reporting does not seem to be working consistently anymore

alxyang opened this issue · comments

Recently (maybe a few months ago?) I have observed that the focus reporting feature does not work nearly as well as it used to, in many cases it does not work at all when switching between tmux panes etc.

Here is my vim --version output
https://gist.github.com/alxyang/fcf57388d27ca04f92390572ab219dff

tmux -V => 2.2

Let me know if there is any other information i can provide.
Feel free to explore my devserver if you'd like ;)

You're probably seeing something that I noticed a while back and fixed on the next branch in 3647ce0bd0 — I should probably merge it into the master branch and cut a new release.

I merged next into master and cut the 1.2 release. Should hopefully fix the issue you've been seeing.

thanks!

in case anyone else comes across this, I also needed to set set -g focus-events on in my ~/.tmux.conf

We might want to add that to the docs, if it's not there already.