-
-
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
Helix editor ignores standard Linux mouse click paste of text #4511
Comments
What does Selecting text with the mouse should automatically copy it. If you're using X then |
Hm. It says there isn't a clipboard provider installed but I do have xclip installed and it's in my path. I don't know if I am using Wayland. I generally just remote to my machine with putty (ssh). All of the other programs, including vim, seem to understand the basic copy/paste rules except helix. I installed wp-clipboard but it still says there's no provider installed. |
Ah, if it's over an ssh connection, this may need OSC52 in order to be supported. #3220 |
#3220 was just merged so this should be working now if your terminal supports OSC52 (I think putty does but I haven't tried it) |
This should have been fixed by #3220 so I am closing this issue. |
Summary
All other programs under Linux seem to understand that if I copy text from one application or window, I can paste it in another with a simple mouse click. I thought this was basically a standard under Linux (at least it's worked this way for the many years and many versions of Linux I've used).
Helix is different. When I select text it doesn't automatically copy as it does in any other program (such as vim or a basic text editor or a browser), and when I try to paste from another app using a mouse click while in insert mode in helix, it ignores it.
How can I get this to work in helix? I did do some research and installed xclip, but I'm not sure how to engage it. There are some commands in helix in command mode for pasting from the clipboard but these don't do anything.
Thank you, and apologies for the basic issue. I'm sure it's pilot error on my part.
Reproduction Steps
No response
Helix log
No response
Platform
Linux
Terminal Emulator
putty
Helix Version
22.08.1
The text was updated successfully, but these errors were encountered: