-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clipboard paste problems #6151
Comments
Pasting in the terminal usually gets interpreted as individual key presses, so the editor automatically inserts matching brackets and indentation as if you were typing them by hand. To paste from clipboard use spaceP / spacep. |
Thank you. |
Crossterm has the option to enable bracketed paste. But I don't know if windows terminal supports that, or if helix processes these events: |
Helix supports bracketed paste since #3233, but the terminal emulator must also support it for it to work. |
Summary
hi.
If i copy from the clipboard, it will be pasted strangely.
Press ctrl + ins in insert mode.
Reproduction Steps
I tried this:
hx
I expected this to happen:
Instead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
windows
Terminal Emulator
powershell
Helix Version
helix 22.12 (8dab8a0)
The text was updated successfully, but these errors were encountered: