-
Notifications
You must be signed in to change notification settings - Fork 171
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
Unable to use mouse scroll with neovim nightly #691
Comments
I cannot reproduce the issue.. Could you elaborate on your configuration/installation? Does the issue reproduce with What is the output of |
Hi, thanks for reply.
As I mentioned above, I using the master version, built by neovim-qt-git from aur. I also tried the latest stable release from arch communtiy repo. Both of them have same issue, no configuration is needed. NOTE. This issue only occured with neovim nightly version.
No. But reproduce with
|
No problem, thanks for the bug report! :) If you reproduced with the latest stable release of neovim-qt
I'm not running Arch, so I can't test your exact scenario. However, I did build I think this is a small (already fixed?) bug in the neovim nightly. Can you try again tomorrow once AUR pulls in the next Neovim nightly package? |
It seems weird. This issue occured for months before I reported it here.
I will try it. Thanks. |
Sorry, I'm not sure I have all of the details then... The more you can explain, the better I can debug the issue. For how long have you seen this issue? When did it start? Is this intermittent, or has it occurred constantly for months?
Still worth trying... If this is still an issue tomorrow, or occurs when you build from |
First, sorry for my bad english.
I dont know the exact time. It occured at least three months.
I am not sure. It never worked every time when I ran neovim-qt with neovim nightly.
I just built from master a few minutes ago and also removed all files in Thank you for your time. @jgehrig |
No need to apologize, your English is great! :) Do you have Based on what you've described, I doubt the next nightly will solve anything... If |
I bisected and found ddfde10 is the first bad commit. Could you check it?
No. EDITED: It works without any problem after |
This is the problem :) The commit you reference adds support for the See |
Thanks. I just updated the comment. No issue occured after Thanks, again. |
Another question, should we consider set |
I think this was a "by design" decision upstream in neovim. For neovim-qt, we don't have a good mechanism to set the value. The best option is Here are the mouse settings I use in
|
Thanks for explanation and the settings. I mean enable this in neovim-qt, not neovim. Similar It is ok for me as I have enabled this in my configuration. But I also suggest to add this in the README for newbie users like me at least. There maybe more mouse related issue comming here after neovim 0.5.0 release. " Use mouse to select in Visual Mode
set mouse=a By the way, is there a typo in your |
Good point, I updated We don't have enough control to properly enable this setting from Consider the following:
There was some discussion of making |
I'm not opposed to making
Sure, that's a good idea. We can add an entry to the README and Wiki. |
Thank you very much for your detailed explanation! |
Closing. This is now covered in the FAQ (https://github.com/equalsraf/neovim-qt/wiki#why-doesnt-the-mouse-work). thanks @jgehrig. |
When running with neovim nightly, mouse scroll not works.
Reproduce
nvim-qt --nvim path/to/nvim.appimage path/to/neovim-qt/README.md
Environment
nvim --version
The text was updated successfully, but these errors were encountered: