Pasting is not being handled efficiently in Windows #9243
-
SummaryWhen ctrl+v is used to paste in Windows, the insertions happen character by character for some reason.. It appears the text is input as keystrokes and also affects the mode in which helix works! (the pasting action opened the file picker) 2024-01-05.09-36-09.mp4Reproduction Steps
expected/actual: Helix logwill provide if necessary PlatformWindows Terminal EmulatorWindows Terminal v1.18.3181.0 Installation MethodWindows: winget, WSL: Ubuntu apt package Helix VersionUbuntu/WSL and Windows: helix 23.10 (f6021dd) Converted to a discussion from: #9242 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
I've never been able to make bracketed paste work with Windows Terminal even though it's supposed to be supported (might be an upstream issue crossterm-rs/crossterm#737). You have alternatives: |
Beta Was this translation helpful? Give feedback.
I've never been able to make bracketed paste work with Windows Terminal even though it's supposed to be supported (might be an upstream issue crossterm-rs/crossterm#737). You have alternatives:
space-p
to paste in the buffer andC-r
+*
in prompts. Or you can use an alternative terminal emulator such as Wezterm.