Windows: clipboard-win
doesn't make sense for helix editor in SSH session.
#10280
Unanswered
noktoborus
asked this question in
General
Replies: 3 comments
-
Duplicate of #8826 |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
-
I feel like this would be solved by the linked issue but I'll leave this to the discretion of the maintainers if they believe there is a way to support this without requiring configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I propose to respect 'SSH_CLIENT' environment variable, e.g. use 'termcode' or another clipboard provider under windows if variable is set.
Reproduction Steps
Client computer:
I tried this:
hx
I expected this to happen:
Copyied worlds appears in notepad
Instead, this happened:
nothing
Similar steps if I use helix editor in wsl environment (builded for linux), the text is copied to the clipboard.
Helix log
Windows host through ssh:
WSL-host works both if xclip is installed or not installed (proverd:
xclip
ortermcode
)Platform
Linux / Windows / Android
Terminal Emulator
termux
Installation Method
cargo install
Helix Version
helix 23.10 (a1272bd)
Beta Was this translation helpful? Give feedback.
All reactions