Issue pasting in neocrim #19244
Replies: 3 comments
-
if tested on Fedora in KDE Terminal it works great |
Beta Was this translation helpful? Give feedback.
-
We generally require a more minimal repro than this. Are you running neocrim under Windows or WSL? Have you enabled bracketed paste mode? |
Beta Was this translation helpful? Give feedback.
-
both tested so windows and WSL, both show the same error. Also tested it with bracketed paste mode but produces the same problem. From what im logging i also cannot see anything from the bracketed paste in my log.log. If you have time, the important thing is main.rs, ui/terminal.rs and input/events.rs -> handle_insert_mode |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions