-
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
The copied text is not fully pasted #3790
Comments
Since you're using vi, and you are pasting code directly, it looks like
Once you're in insert mode, the rest of your paste goes in unharmed.
|
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
@DHowett-MSFT Thanks for the answer ! 🍻 |
Hi folks,
I experienced an issue with copy/paste feature.
Environment
Windows build number: 10.0.18363 N/A Build 18363
Windows Terminal version : 0.7.3291.0
Steps to reproduce
On WSL 1 tab (Ubuntu distro), i create a file
touch test.txt
in the home path, when edit the file like this :vi test.txt
and i would like to copy/paste the following text :Expected behavior
The beginning of the copied text should be not missing.
Actual behavior
The beginning of the copied text is missing.
Thank you guys for your help !
The text was updated successfully, but these errors were encountered: