Closed linuxtim closed 10 months ago
I don't mind such examples being in the readme if they are kept brief enough (e.g. keep only one of the mentioned fonts). They can later be moved elsewhere if deemed necessary.
FWIW, I've been meaning of adding font resize functionality directly into gnvim, since it can do so without any additional parsing and/or book keeping of the font name and size.
I've decided to try gnvim because nvim-qt scrolling performance was poor for me (QT5 / Debian 12 / Wayland).
I think it would be useful to include some example gnvim configuration scripts, and mention these in the
README.md
.The only config that I was missing from nvim-qt was using
Ctrl
+ the mouse scrollwheel to change the font size. I implemented the following and would be happy to create a PR for this, if you let me know where you think such config snippets and examples should live in the source tree?