You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While operating in the $HOME/dev directory (including its subdirectories) and using the yank command Space + y to copy text to the system clipboard, the operation fails to execute as expected. However, when I navigate up to the $HOME directory, the same operation functions as expected.
This issue seems to be specifically tied to operating in an SSH session from a Mac into a PC. Using a terminal directly from the PC does not reproduce the issue; all clipboard functions work correctly in that scenario.
Reproduction Steps
Steps to Reproduce:
SSH into the PC from a Mac.
Launch tmux and navigate to $HOME/dev directory (or any subdirectory).
Attempt to yank text to system clipboard using Space + y.
Expected Behavior:
The yanked text should be copied to the system clipboard, regardless of the current directory.
Actual Behavior:
No visible error upon pressing the keyboard shortcut, but an error message appears when running the :clipboard-yank command:
Couldn't set the system clipboard content: clipboard provider tmux failed
Helix log
~/.cache/helix/helix.log
2023-06-04T13:01:47.888 helix_view::editor [ERROR] editor error: Couldn't set system clipboard content: clipboard provider tmux failed
Platform
Linux & macOS
Terminal Emulator
Alacritty on Mac
Helix Version
helix 22.12
The text was updated successfully, but these errors were encountered:
Same issue for me however seems to be present in any directory. My setup looks like WSL2 -> SSH -> Tmux -> Helix. Clipboard works fine from Tmux but not within Helix.
Summary
While operating in the
$HOME/dev
directory (including its subdirectories) and using the yank commandSpace + y
to copy text to the system clipboard, the operation fails to execute as expected. However, when I navigate up to the$HOME
directory, the same operation functions as expected.This issue seems to be specifically tied to operating in an SSH session from a Mac into a PC. Using a terminal directly from the PC does not reproduce the issue; all clipboard functions work correctly in that scenario.
Reproduction Steps
Steps to Reproduce:
$HOME/dev
directory (or any subdirectory).Space + y
.Expected Behavior:
The yanked text should be copied to the system clipboard, regardless of the current directory.
Actual Behavior:
No visible error upon pressing the keyboard shortcut, but an error message appears when running the
:clipboard-yank
command:Helix log
~/.cache/helix/helix.log
Platform
Linux & macOS
Terminal Emulator
Alacritty on Mac
Helix Version
helix 22.12
The text was updated successfully, but these errors were encountered: