tmux system clipboard yank errors #7751
Unanswered
nightshade427
asked this question in
Troubleshooting
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We should make the clipboard commands configurable though, which would make it possible to work around this in config rather than needing to recompile. |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I can paste from tmux system clipboard using
clipboard-paste-before
. But copying withclipboard-yank
errors. Looking at the code it looks like helix is usingtmux load-buffer -w -
. My version of tmux doesnt seem to have a-w
option for saving into the clipboard buffer. Wonder if removing that option will enable tmux copy to work in more tmux versions?Reproduction Steps
No response
Helix log
No response
Platform
Debian 11, tmux (tmux 3.1c)
Terminal Emulator
termux
Helix Version
helix 23.05 (7f5940b)
Beta Was this translation helpful? Give feedback.
All reactions