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
vimade+vim-tmux-focus-events works perfectly while switching between tmux panes. However, it also gets trigger when I try to switch between window and trigger highlight on the windows tab due to activity (vimade changing the color of the vim)
This might be a factor to consider for usability as it practically made the activity notification of tmux useless.
The text was updated successfully, but these errors were encountered:
This is a great idea, if I'm understanding correctly you would want to separate the actual focus events from tmux pane switching. Unfortunately, it seems that the window focus and pane focus events are entangled together when set -g focus-events on is set. There could be ways around it, if I have time at some point I might take a look.
so this may be possible... Maybe just need vim-tmux-focus-events to issue a separate doautocmd specifically to track tmux events instead of only overlapping the editor FocusGained/FocusLost.
I'll give it a go later in the week and see if the author will accept the PR if it works.
vimade+vim-tmux-focus-events works perfectly while switching between tmux panes. However, it also gets trigger when I try to switch between window and trigger highlight on the windows tab due to activity (vimade changing the color of the vim)
This might be a factor to consider for usability as it practically made the activity notification of tmux useless.
The text was updated successfully, but these errors were encountered: