Paste Issue #4757

Closed
opened 2026-01-30 23:55:51 +00:00 by claunia · 2 comments
Owner

Originally created by @jiveshwar on GitHub (Nov 1, 2019).

When we paste anything in the Windows Terminal ubuntu instance using any command like vim abc.txt, it automatically inserts new line after each line, and eats up some characters from the beginning of the pasted text.
Here is the screenshot: https://i.imgur.com/pJ0Fsbw.png

Here the text copied to my clipboard copied was:

Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
Line 7

I ran command: vim abc.txt
And after paste, it became

ne 1

Line 2

Line 3

Line 4

Line 5

Line 6

Line 7


Originally created by @jiveshwar on GitHub (Nov 1, 2019). When we paste anything in the Windows Terminal ubuntu instance using any command like **vim abc.txt**, it automatically inserts new line after each line, and eats up some characters from the beginning of the pasted text. Here is the screenshot: https://i.imgur.com/pJ0Fsbw.png Here the text copied to my clipboard copied was: ``` Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 ``` I ran command: **vim abc.txt** And after paste, it became ``` ne 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 ```
claunia added the Resolution-Duplicate label 2026-01-30 23:55:51 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Nov 1, 2019):

Please search before reporting new issues. /dup #1093.

@DHowett-MSFT commented on GitHub (Nov 1, 2019): Please search before reporting new issues. /dup #1093.
Author
Owner

@ghost commented on GitHub (Nov 1, 2019):

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!

@ghost commented on GitHub (Nov 1, 2019): 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4757