-
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
Freeze when pasting large text into vim (WSL) #16921
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
Out of 10 tests I did manage to reproduce a freeze once. How often does this happen for you? Is this always reproducible? I did notice that if I |
I can reproduce it reliably, always. SIGTERM ist ctrl-c, no? The terminal does not respond to ctrl-c or ctrl-z. It also freezes at random positions for the same text. I don't know what you mean by bracket. |
No that's SIGINT. What I did is open a new WSL tab in parallel and run
Bracketed paste is a technique with which the terminal can tell an application that the input comes from the clipboard (or similar) and not keyboard. For instance, in |
I can run After the Recording.2024-03-26.232407.mp4 |
Fascinating. That's an interesting repro for sure. Thanks for filing! |
Windows Terminal version
1.19.10573.0
Windows build number
10.0.22631.0
Other Software
vim 8.2.2121 (inside WSL Ubuntu 22.04.4 LTS)
Steps to reproduce
vim
and switch into insert mode.Expected Behavior
It should paste the text and the terminal / wsl / vim shall remain reactive.
Actual Behavior
The terminal / wsl / vim freezes midst the paste operation and cannot be recovered. The tab must be closed and a new one opened, to continue work in the terminal / wsl / vim.
The text was updated successfully, but these errors were encountered: