Issue pasting in neocrim #23428

Open
opened 2026-01-31 08:41:56 +00:00 by claunia · 0 comments
Owner

Originally created by @Philipp01105 on GitHub (Jul 9, 2025).

Windows Terminal version

1.18.10301.0

Windows build number

10.0.26100.4349

Other Software

my own neoVim clone in rust built with ratatui see https://github.com/philipp01105/neocrim

Steps to reproduce

go into terminal -> start neocrim -> open command line with shift + . -> "set fastcl" -> copy some text with a ':' in it -> press i -> paste it in

Expected Behavior

e.g. if you have copied this text: "te:te" it should just be pasted it

Actual Behavior

again if you have copied "te:te" and pasted it in it will paste in "te" then trigger the shortcut to open command line fast with shift + . / : in insert mode and thereby everything after the first ':' in the to paste text will be i the command line and not the text field

Originally created by @Philipp01105 on GitHub (Jul 9, 2025). ### Windows Terminal version 1.18.10301.0 ### Windows build number 10.0.26100.4349 ### Other Software my own neoVim clone in rust built with ratatui see https://github.com/philipp01105/neocrim ### Steps to reproduce go into terminal -> start neocrim -> open command line with shift + . -> "set fastcl" -> copy some text with a ':' in it -> press i -> paste it in ### Expected Behavior e.g. if you have copied this text: "te:te" it should just be pasted it ### Actual Behavior again if you have copied "te:te" and pasted it in it will paste in "te" then trigger the shortcut to open command line fast with shift + . / : in insert mode and thereby everything after the first ':' in the to paste text will be i the command line and not the text field
claunia added the Needs-TriageIssue-BugNeeds-Attention labels 2026-01-31 08:41:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23428