Scrollback Buffer Issue in Vim / Neovim #4430
Unanswered
PerryCodes
asked this question in
Feature Requests, Ideas
Replies: 3 comments 5 replies
-
|
Are Linux issues being addressed? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I'm on macOS, after viewing and scrolling through multiple files in vim, the mouse selection (left-click and drag up) during this issue can even expose contents from previously viewed files in the scrollback buffer. Recording.at.2025-01-15.10.00.47.mp4 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I can reproduce this in both Vim and Neovim, but interestingly I can't in Helix or Kakoune. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is happening in a recently installed Mint 22 Cinnamon. I compiled Ghostty according to the Debian/Ubuntu instructions for dependencies and Zig 0.13 using:
zig build -p $HOME/.local -Doptimize=ReleaseFastMy term is set to 'xterm-256color'. Someone suggested I change term to 'xterm-ghostty', but this results in the same behavior.
Start with a multiline file in Vim:

Position the cursor on Line 1 and join any number of times with

J:Finally, left-click and drag up - seeing each state of the first line prior being joined:

Note: this doesn't happen if I perform the join on any line except Line 1.
Beta Was this translation helpful? Give feedback.
All reactions