-
-
Notifications
You must be signed in to change notification settings - Fork 979
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
SSH Vim Rendering #348
Comments
It's likely something to do with the ancient vim version, kitty likes to push the boundaries a bit :) 7.4 is what 4 years old? Start with an empty vimrc and do some bisection, you'll probably find the problematic setting(s) that way. I can tell you that vim 8.0.1092 works fine over ssh in kitty (which is the oldest vim I have available to test). |
Ah sorry for the trouble! I ran through my vimrc and it looks like vim-airline is causing the issue. |
No worries, closing. |
I get this right after starting vim over an ssh session. The server is correctly using the xterm-kitty terminfo file.
The version of vim is 7.4. Option termguicolors, t_8f, and t_8b are unknown. t_ut is known and is set to ''.
It seems like there's an issue with vim writing the screen - text in the file only updates when I scan over it in visual mode or something similar. You can see this in the image below.
The text was updated successfully, but these errors were encountered: