-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Cursor movement in Vim/Neovim is slower in Terminal #806
Comments
The rendering speed is so bad that I run some scripts in the regular terminal so they dont go as slow |
this appears to get worse depending on how much of the display is static vs how much is moving. |
I just want to add that it would be awesome to not only match the performance of vanilla wsl.exe but to surpass what it's currently capable of. With |
This is still a problem in 0.5 (1909) Its not just vim. Any console update is very slow when some parts are static (like with tmux). |
I've cooked up several PRs that's intended to boost up performance. With the help of those PRs, rendering performance is indeed better. However it's still not ideal because the redrawing is just too much. I believe @miniksa has better plan for this. |
For those of you who are crazy about |
🎉This issue was addressed in #2937, which has now been successfully released as Handy links: |
Ported from internal issue MSFT: 21185335
@nathpete-msft, can you re-attach the recordings here if you can still see this?
The text was updated successfully, but these errors were encountered: