paste from system clipboard not working under linux (Ubuntu) #5584
-
Hi, I'm using helix 22.12 (96ff64a) on and hx --health | head shows: Terminal: GNOME Terminal Version 3.46.2 for GNOME 43 Issue: Nothing happens when I paste text from system clipboard. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/helix-editor/helix/wiki/Troubleshooting#on-linux |
Beta Was this translation helpful? Give feedback.
-
The termcode provider can't paste any values you didn't yank with helix/helix-view/src/clipboard.rs Lines 223 to 247 in 0c51201 You should install a clipboard provider program (see the Wiki link kirawi posted) for paste to work as you expect. For Wayland this would be |
Beta Was this translation helpful? Give feedback.
The termcode provider can't paste any values you didn't yank with
<space>y
/<space>Y
within helix:helix/helix-view/src/clipboard.rs
Lines 223 to 247 in 0c51201