-
Notifications
You must be signed in to change notification settings - Fork 306
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
Allow to copy from remote tmux to local clipboard #8049
Comments
cc @eleanorjboyd I'm making this as a feature request, but if you think it's a bug, please just let me know. |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This is happening because of the way the SSH extension works, VS Code uses SSH to communicate with the remote, but on the remote we launch a regular local shell so the text is copied but it's copied on the remote's clipboard, not the local clipboard. Given this, I think feature request is right. |
@bamurtaugh It seems we have 10 upvotes :) |
Can we get this fixed please? It really makes tmux useless on VSCode. |
+1, I have remote copy-paste working with tmux on a rhel host via iterm2 on a mac, so I dont think it's a limitation with ssh itself |
I don't believe this is limited to just Mac vscode. I am running Windows 10 with vscode 1.79.1 with an Ubuntu LTS remote SSH and seeing the same behavior. Copy/paste to the local clipboard works fine for other terminal sessions, but after trying various things found on the web I can't get the copy/paste behavior through tmux to work as expected. |
Also vote for this feature. I configured After tmux is launched, I can't copy and paste using vim-like Thank you for implementing this feature! |
I think xtermjs/xterm.js#3260 is related? |
Also vote for this feature |
+1 for this feature |
/duplicate microsoft/vscode#193508 |
I'm a
tmux
user who copies text from terminal using keyboard.In
tmux
, I'm able to enter "copy mode", select text, press "Enter" and selected text will show up in the Clipboard.Unfortunately I'm unable to achieve it with Remote SSH extension. However it is working as expected when I'm connect via standard SSH and use
tmux
.To be honest I do not know if that's a "Bug" of "Feature Request"
The text was updated successfully, but these errors were encountered: