-
Notifications
You must be signed in to change notification settings - Fork 122
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
Changes to tmux break copying #76
Comments
It looks like changing most of the commands in yank.tmux from/to below works, using You probably also want to use the new tmux bind-key -t emacs-copy KEY COMMAND to tmux bind-key -T copy-mode KEY send-keys -X COMMAND |
Here's an example set of changes that seem to work. The final solution should probably detect the tmux version and choose one set of binding commands over another. Note that this commit also reflects changes I made to support copy-from-mouse-selection: |
Have the same issue, |
I'm having this issue too. |
If it helps, you can workaround this problem by installing the homebrew package "reattach-to-user-namespace" and adding this two lines to your
not ideal but it seems to work! |
currently only this works @ubuntu15.10|tmux2.3|fish: |
Got here from tmux/tmux#754. ArchLinux has just updated official repositories, triggering this issue. |
This commit tmux/tmux@76d6d36 reworks how copy-mode key tables works.
-t emacs-copy
and-t vi-copy
are gone, and are roughly replaced with-Tcopy-mode
and-Tcopy-mode-vi
. There are other required changes in how these key bindings work (also summarized in the commit above), requiring the use ofsend-keys
.The text was updated successfully, but these errors were encountered: