Pasting Issues #5069

Open
opened 2026-01-31 00:04:20 +00:00 by claunia · 0 comments
Owner

Originally created by @invertium on GitHub (Nov 19, 2019).

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.476]
Windows Terminal version (if applicable): 0.6.2951.0

Any other software?
Nano editor

Steps to reproduce

Open new file with nano. Write "Before" New line "After". Paste any multiline string with right click or ctrl shift v.

Expected behavior

before
test
test
test
test
after

Actual behavior

before

test


after
test

test

test

Pasting adds newlines and skips existing entries. Not sure if thats only the case for nano. Works with nano on traditional cmd and bash (wsl).

Originally created by @invertium on GitHub (Nov 19, 2019). # Environment Windows build number: Microsoft Windows [Version 10.0.18362.476] Windows Terminal version (if applicable): 0.6.2951.0 Any other software? Nano editor # Steps to reproduce Open new file with nano. Write "Before" New line "After". Paste any multiline string with right click or ctrl shift v. # Expected behavior ``` before test test test test after ``` # Actual behavior ``` before test after test test test ``` <!-- What's actually happening? --> Pasting adds newlines and skips existing entries. Not sure if thats only the case for nano. Works with nano on traditional cmd and bash (wsl).
claunia added the Resolution-Duplicate label 2026-01-31 00:04:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5069