We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
Ah yes, good point. I changed this in my dotfiles a while ago, but forgot that the docs here also needed to be updated.
Sorry, something went wrong.
9c35c04
No branches or pull requests
What previously was defined as:
in tmux >= 2.4 now should be:
UNIX domain socket - old:
new:
The text was updated successfully, but these errors were encountered: