helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.18k stars 2.46k forks source link

Space-p not working in remote ssh server #10477

Open fastfading opened 5 months ago

fastfading commented 5 months ago

Summary

I am copy text between local mac and ssh ubuntu server. using space-y and space-p space-y and space-p works well on mac space-p not working on ssh ubuntu server, I could only use insert mode and command+v to paste .

local mac iterm2

helix 24.3 (2cadec0b) hx --health | grep -i clipboard Clipboard provider: pbpaste+pbcopy System clipboard provider: pbpaste+pbcopy

---(I use ssh xxx@ubuntu to login ubuntu)

ssh remote ubuntu

helix 24.3 (2cadec0b) hx --health | grep -i clipboard Clipboard provider: termcode System clipboard provider: termcode

Reproduction Steps

I tried this: 1. `hx` I expected this to happen: Instead, this happened: ### Helix log
~/.cache/helix/helix.log ``` please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines ```
### Platform macos ### Terminal Emulator iterm2 ### Installation Method brew ### Helix Version helix 24.3 (2cadec0b)
be4zad commented 4 months ago

This is not a bug. The ssh server can't have access to your client's clipboard. You should use insert mode and Ctrl+Shift+V or Command+v.