-
-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No mouse support in neovim #579
Comments
@PhML - thanks for reporting this... could you provide some more info about how to reproduce this? Is this a specific plugin or version, or? Because when I try to reproduce this with my local neovim and try to mark things with the mouse outside Zellij, it marks them normally through the terminal emulator... am I missing something or doing something differently? |
I have similar issues (I think), but I assume that will be resolved once the mouse support is finished. The terminal emulator gets the mouse selection, but neovim itself doesn't seem to get all the events. |
I can select text on Neovim but can't click to go to a certain position or scroll when there's some floating window with long text. I'm guessing Zellij is just treating the text selection as on any terminal but is not passing mouse events to the underlying application. |
Basic information
zellij --version
: 0.13.0tput lines
: 68tput cols
: 256uname -av
orver
(Windows): Linux PO19258LX 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxList of programs you interact with:
nvim --version
: neovim-0.5.0+ubuntu2+git202106170012-c78816eb6-d569569c9alacritty --version
: alacritty 0.8.0Further information
When I edit a file with neovim in Zellij the mouse is not captured by neovim (visual selection etc).
I don’t know if it should be reported in #448
The text was updated successfully, but these errors were encountered: