-
Notifications
You must be signed in to change notification settings - Fork 82
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
Selecting text with mouse doesn't work #45
Comments
Same thing happens to me with zsh over putty. Can't select any text using the mouse. |
Hi @davidbrochart and @tmr232, This is caused by pymux taking control of the mouse by default. Otherwise, you could also hold down shift or control while selecting text. (Depending on the terminal.) Actually, it's exactly the same as tmux, but mouse support has been enabled by default. |
Thanks, I should have read the docs ;-) |
Are there any ways to make is so that you can copy text from one pane to another without selecting text from another?
For example, if wanted to select output from a multi line output from 1 and paste it in 2 it would also select text from 0. Any ideas? This would help me out a ton for a project im working on. |
If you switch into copy-mode in the pane where you want to copy (use |
In bash I cannot select some text with the mouse. There is no highlighting and I cannot copy/paste. But it works in vim for instance.
The text was updated successfully, but these errors were encountered: