multisn8
multisn8
After retrying a few times between main and this branch on Xwayland, I can't seem to reproduce what I found initially, and found no meaningful differences. Ignore that then.
I can reproduce this - on a touchscreen (where the horizontal direction is inverted from what one would expect), - but not on a touchpad with natural scroll enabled on...
So just that I get this right: - @raggi on macOS 14.2.1: Scroll → right, content → left - @diocletiann on macOS: Scroll → right, content → right - Me...
@kamoshi Since you're on KDE Plasma, are you on X11 or Wayland? What are each monitor's DPI?
That sounds like it could be within bounds of the DPI scaling then. Are they visually speaking (not in terms of pixels) appearing the same size when viewing both screens?...
Then tbh I believe that behavior is to be expected. The points `guifont` is configured in try to correspond to physical sizes, not digital ones.
Do we even want to explicitly handle that or just let the user configure it?
To add to the macOS experience, personally speaking: It's impossible for me to develop for macOS without 1. buying a costly device and 2. locking me into a platform that...
Hi, thanks for reporting! At least as a quick fix, you can remap Cmd + W to `:q` in Neovim, for example in VimScript: ```vim noremap quit ```
Hi, thanks for the suggestion! As mentioned in #1396 indeed, this is currently not possible. The core problem is that Neovim (and in turn Neovide) operates on a _grid_, where...