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

Tmux 2.4 key binding commands changed #10

Closed
ervasive opened this issue May 8, 2017 · 1 comment
Closed

Tmux 2.4 key binding commands changed #10

ervasive opened this issue May 8, 2017 · 1 comment

Comments

@ervasive
Copy link

ervasive commented May 8, 2017

What previously was defined as:

bind-key -t vi-copy Enter copy-pipe "nc localhost 8377"

in tmux >= 2.4 now should be:

bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "nc localhost 8377"

UNIX domain socket - old:

bind-key -t vi-copy Enter copy-pipe "nc -U ~/.clipper.sock"

new:

bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "nc -U ~/.clipper.sock"
@wincent
Copy link
Owner

wincent commented May 8, 2017

Ah yes, good point. I changed this in my dotfiles a while ago, but forgot that the docs here also needed to be updated.

@wincent wincent closed this as completed in 9c35c04 May 8, 2017
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

2 participants