-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse scroll in vim like iTerm2 and Konsole #9534
Comments
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
See also #3321. |
After changing vim to neovim, I got exactly the same behavior with iTerm2 and Konsole. My second suggestion is the same as #3321. |
Description of the new feature/enhancement
The mouse scroll in the windows terminal when using vim is different from iTerm2 and Konsole. After "set mouse=a" in vim, when scrolling down, the cursor will stay on the sixth line. But in iTerm2 or Konsole, the cursor will stay on the first line.
Scrolling behavior in windows terminal with WSL2:
Scrolling behavior in iterm2 with MacOS:
And in iTerm2, there is a setting to send the arrow keys when in alternate mode. When setting this to yes, Without "set mouse=a" in vim, scroll the wheel can move the arrow and screen. Konsole has a similar function.
Proposed technical implementation details (optional)
Software Version
Windows Terminal: 1.6.10571.0
WSL2: Ubuntu 18.04
iTerm2: 3.2.5
Konsole: 19.12.3
The text was updated successfully, but these errors were encountered: