-
-
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
Bracketed paste #2239
Comments
When I use a remote server, then I can only use ctrl-v to paste the local clipboard, how to handle this case? |
Yanking to system clipboard across SSH is covered by #247 rather than bracketed paste |
It's more than just wonky. It just doesn't work at all over |
That's covered by #247 and not bracketed paste. Bracketed paste support is implemented, merged, and released in v22.08.1. |
Pasting with your operating system's paste functionality (Ctrl-v or Cmd-v) is wonky:
auto-pair
on (Go: Extra { and ( being created when pasting #2015)See also
This happens because crossterm does not yet support bracketed paste, so when you paste with OS paste, helix receives each character as if you had typed it yourself. We await a PR upstream in crossterm: crossterm-rs/crossterm#557.
Until bracketed paste is supported, use
Space-p
to paste from the system clipboard.The text was updated successfully, but these errors were encountered: