-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Cannot copy/paste in integrated terminal running tmux #209191
Comments
I think you're looking for this? |
it works on VSCode integrated terminal, but once I start a |
I am also seeing this on Holding down shift while selecting works though. |
I'm seeing this also on vscode 1.89.1 tmux 3.3a on mac in remote session to linux. I can't seem to select text with mouse using any combination of modifier keys. |
Interestingly, in my case I can select if I am using tmux inside vscode integrated terminal inside a bottom pane of original window. |
Note related issue was reported and fixed in earlier vscode in #192518. |
In my case I found that |
Actually, I do still see a behavior difference between once a terminal is detached. |
neither me. My vscode in wsl2 is $ code -v
1.89.1
dc96b837cf6bb4af9cd736aa3af08cf8279f7685
x64 tmux is $ tmux -V
tmux 3.2a wsl2 is
My tmux setting is set for emacs user. |
/duplicate #193508 |
In my terminal, Alacritty, I simply select the text I want to copy and the selection goes automatically to my clipboard.
It doesn't work in VSCode's Integrated Terminal running tmux.
I've tried the following options without success:
"terminal.integrated.macOptionClickForcesSelection": true
"terminal.integrated.rightClickBehavior": "nothing"
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
tmux
My
tmux.conf
:The text was updated successfully, but these errors were encountered: