Replies: 2 comments
-
|
I think I've found the root cause. It's probably due to the precision scroll and SGR Mouse (DECSET 1006). I'll consider submitting a fix later. |
Beta Was this translation helpful? Give feedback.
-
|
I am experiencing a similar issue in Neovim with both a standard Dell mouse and my laptop's touchpad. Ghostty's scrolling behavior (on Linux at least) is different from Kitty, Alacritty, and Foot. Lines scrolled per wheel tick:
Also, modifying the "scroll multiplier" option in the other terminal emulators does not affect Neovim's scroll speed, while it does in Ghostty. Just going by the data here, it seems to me that Ghostty might be sending additional scroll interrupts corresponding to the number in All testing done on NixOS with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using tmux with mouse mode enabled, and noticed that the scroll distance differs before and after tmux is activated. I tried
mouse-scroll-multiplier, but it affects the global configuration instead of just taking effect on tmux. I want to reduce the scroll speed of tmux without affecting ghostty, is there a good solution for this issue?tmux conf has:
vimrc has:
Beta Was this translation helpful? Give feedback.
All reactions