Closed janeusz2000 closed 2 years ago
This sounds a lot like #10795. Does this only happen with a short repeat delay / fast repeat rate?
This sounds a lot like #10795. Does this only happen with a short repeat delay / fast repeat rate?
"short" term is very relative :P let's say the text is stuttering every 1s before it updates ... it looks more like it doesn't render text fast enough ;)
Sorry I misunderstood :P Keyboard repeating settings doesn't not have any influence on terminal. It stutters exactly in the same way with set long delay and short delay ;)
@janeusz2000 I wonder if you have issue while using nvim-tree
, let it open when working with large file. It's extremely laggy if have tree open on the side while working on large file as well
@janeusz2000 I wonder if you have issue while using
nvim-tree
, let it open when working with large file. It's extremely laggy if have tree open on the side while working on large file as well
I don't use nvim-tree unfortunately, so I don't know. This could also be the issue with the plugin, but I think that Lua is fast enough, that even if you had a polluted project directory with many files, this shouldn't be an issue :) Idk
You know, there's been a lot of perf improvements in the last year - you still seeing this/?
If you are, maybe try out a Preview build of the Terminal, and enable the experimental rendering engine (under "Advanced" in the profile settings). (you'll need to restart the tab for the changes to take effect). That should be more performant.
If it's not, then maybe this is just a framerate of conpty issue - like, conpty only ever updates the terminal at 60fps. Maybe that's the limit we're hitting here.
Not anymore ;) everything works really well right now
Thats great to hear! We must have just fixed this with some other optimization along the way. Thanks for following up!
Windows Terminal version (or Windows build number)
1.7.1033.0
Other Software
Hardware Configuration:
Windows specifications:
Software Configuration: Native neovim installed on windows.
init.vim:
Steps to reproduce
:3000
)k
orj
innormal mode
Expected Behavior
text scrolling works smoothly, there is no lag like in Linux or MacOs terminal.
Actual Behavior
Text is stuttering, it doesn't render text smoothly. Now vim experience in terminal is worse then vim extension experience in VSCode :C