Describe your feature request
Hi! First I'd like to express my sincere gratitude for developing foot. It's so far the only terminal that has all the features I want, and only the features I want.
In the time I've been using it, I encountered no bugs, but a difference to all previously used terminal emulators: in the alt screen, the mouse wheel does not scroll the screen contents, but sends up and down key events.
This is most obvious in Vim, where the cursor is moved to another line instead of moving the screen but keeping the cursor in place.
I realize that I could emulate the behavior I'm used to by disabling alternate-scroll-mode and relying on mouse support by the application, but (1) not all applications support mouse and (2) this leads to additional problems (for instance, with mouse support enabled, Vim moves the cursor every time you click, which is highly unusable).
So I would appreciate an option which lets me specify what key bindings are sent with alternate-scroll-mode. The usual choice compatible with many applications would be CTRL+Y/CTRL+E instead of up/down.
### Describe your feature request
Hi! First I'd like to express my sincere gratitude for developing foot. It's so far the only terminal that has all the features I want, and only the features I want.
In the time I've been using it, I encountered no bugs, but a difference to all previously used terminal emulators: in the alt screen, the mouse wheel does not scroll the screen contents, but sends up and down key events.
This is most obvious in Vim, where the cursor is moved to another line instead of moving the screen but keeping the cursor in place.
I realize that I could emulate the behavior I'm used to by disabling alternate-scroll-mode and relying on mouse support by the application, but (1) not all applications support mouse and (2) this leads to additional problems (for instance, with mouse support enabled, Vim moves the cursor every time you click, which is highly unusable).
So I would appreciate an option which lets me specify what key bindings are sent with alternate-scroll-mode. The usual choice compatible with many applications would be CTRL+Y/CTRL+E instead of up/down.