Neovim weird mouse selection behaviour #823
-
When I use the mouse to select text, vim puts me in visual mode but the odd thing is in neovim and wezterm Ive compared it to st and ive only found this happening when using neovim and wezterm (I tested without any user config) To enable mouse support I set
and in vim (neovim removed this setting)
Im not sure where the issue lies probably with neovim but.. im not sure how to proceed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is technically a neovim bug: it seems as though it interprets drag events with the same coordinates as a double click. |
Beta Was this translation helpful? Give feedback.
It is technically a neovim bug: it seems as though it interprets drag events with the same coordinates as a double click.
I've made wezterm avoid generating drag events with the same coordinates in 2e924c9
which should show up in the nightly builds in ~30 minutes from now.