RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
333 stars 28 forks source link

[Feature] Add option to hide mouse after certain amount of time. #118

Closed mez0ru closed 2 months ago

mez0ru commented 7 months ago

I would like the ability to hide the mouse if it's inactive, as it sometimes obstructs my view of the code. Since this is a GUI application, I believe it's possible to hide the mouse.

for example, add an option in neovim same as "guifont" for the timeout until mouse is hidden if inactive.

Thanks for this amazing application.

PavelDanov commented 7 months ago

I've added this functionality in a PR (will have to build the project yourself from my branch). You can try it out yourself and let me know how it goes :)

RMichelsen commented 2 months ago

Merged via #119! 👍