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
this is a cool plugin! However I've needed to disable it unfortunately as it does not play well with tmux. When switching to another window in tmux, it seems like the window just left where nvim is, that this plugin redraws the screen. This causes tmux to alert that something has changed (new output) in the window that was just left, and also marking it as having new activity in the window list.
See the attached video for a demonstration.
Screen.Recording.2022-12-15.at.13.52.33.mov
The expected behavior, which is the case when this plugin is not used in nvim, is that there is no nvim activity when leaving the window, thus no false activity notifications.
My system:
nvim: 0.8.1
OS: macOS 12.6
vim-numbertoggle: latest version
The text was updated successfully, but these errors were encountered:
Hey,
this is a cool plugin! However I've needed to disable it unfortunately as it does not play well with tmux. When switching to another window in tmux, it seems like the window just left where nvim is, that this plugin redraws the screen. This causes tmux to alert that something has changed (new output) in the window that was just left, and also marking it as having new activity in the window list.
See the attached video for a demonstration.
Screen.Recording.2022-12-15.at.13.52.33.mov
The expected behavior, which is the case when this plugin is not used in nvim, is that there is no nvim activity when leaving the window, thus no false activity notifications.
My system:
nvim:
0.8.1
OS: macOS
12.6
vim-numbertoggle: latest version
The text was updated successfully, but these errors were encountered: