-
-
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
Fail to use system clipboard #8713
Comments
In my case I need to paste in the insert mode with |
I can use
|
This should be fixed on master by #8703 |
Does this mean I just need to wait for a patch and close the issue? |
you can just use the master branch it's pretty stable |
Now I'm using the master branch
But the problem still exists, |
This is probably a problem with the clipboard provider instead. Are you running X11 or Wayland? Can you copy/paste with |
I'm using Wayland. |
If you're using Wayland then you will need |
It works well in |
Summary
If I copy something from outside and paste into helix, it works normally.
If I copy something in helix into clipboard
(<space>Y)
, the copy will sucess (I can use copied text outside), but I can't paste what I have copied from clipboard.Reproduction Steps
I tried this:
hx
, edit a text<space>Y
copy something into clipboardi
into insert modectrl + shift + v
, and can't paste what I have copiedHelix log
Noting gets logged when i run these commands.
Platform
Arch Linux
Terminal Emulator
Konsole
Installation Method
Pacman
Helix Version
helix 23.10
The text was updated successfully, but these errors were encountered: