-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy to local OS clipboard when SSH to remote servers #242
Comments
Hello @DravenJohnson 👋 There are different things. On one side there's the OS clipboard, and the other side there are tmux buffers. Setting
What I just described above requires Now comes the SSH part. The
So yeah, you likely want to give the |
Great, thank you so much @gpakosz. It's nice you have really details answers. I'll try the |
Wonder if there is any update or plan on this feature (for merging into the main)? It would be really helpful if I can yank text when sshed into the remote machine 😄 ! |
Will this work when I use (*for example macOS), SSH into a remote server running Linux (*debian, ubuntu or archlinux) and use
tmux
with this dotfile? When I try to copy texts from remote server's tmux by usingC-b Enter
andv -> y
, I can't get texts to my local machine.Do i need both
reattach-to-user-namespace
andxsel/xclip
install on both machines?The text was updated successfully, but these errors were encountered: