Skip to content
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

Can't copy text with tmux (but there's no hotkey conflict) #543

Closed
nickjj opened this issue Dec 8, 2018 · 2 comments
Closed

Can't copy text with tmux (but there's no hotkey conflict) #543

nickjj opened this issue Dec 8, 2018 · 2 comments

Comments

@nickjj
Copy link

nickjj commented Dec 8, 2018

I'm using Terminus Alpha 64 along with tmux 2.9 and the latest stable Windows 10 Pro release with WSL.

Since Terminus doesn't support splitting windows, I've gone back to using tmux.

To copy text with tmux you would typically press LEADER + [, following by pressing space, selecting your text with the arrow keys and hitting enter to copy it.

But with Terminus, when you press space, it doesn't let you enter select mode. Instead, it jumps you to the bottom of the tmux window.

This is a really big problem because it makes it impossible to copy text with tmux, unless you're only copying a few lines of text that happens to fit in 1 screen (in which case you can use the mouse).

I've scanned through the list of hotkeys in the Terminus settings and nothing is bound directly to space. I've also rebound the tmux related selection keybinds and it still doesn't work, so I don't think it's a hotkey conflict.

Also as a side topic, mouse mode is also is broken with tmux. None of the events are being passed through, so selecting with the mouse (instead of using space + enter) is also not possible.

@Eugeny Eugeny closed this as completed in f32bdbd Dec 10, 2018
@Eugeny
Copy link
Owner

Eugeny commented Dec 10, 2018

Scroll-on-input can now be disabled with the hterm frontend. On xterm, it's blocked by xtermjs/xterm.js#1824

Mouse support is a known problem on Windows, tracked in #290 and blocked by microsoft/node-pty#216

@hangingman
Copy link

I'm using Tabby 1.0.156 (1.0.156) on Mac.
With following tmux-plugins, I can copy & paste with tmux & tabby.

set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants