-
Notifications
You must be signed in to change notification settings - Fork 16
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
Yank script doesn't work for me #6
Comments
Thanks for your feedback. I'll need to find a macOS host so I can try reproducing this issue. The script you linked to explicitly redirects the escape sequence to |
Sorry, but I no longer have a Mac laptop for work so I can't test anything. |
For others who may stumble across this, try adding the following to your
(Then reload your config with I've submitted pull request #8 to partially address this. Alternatively, try commenting out this line in |
Excellent! 👌 Great catch, thank you. 🙏 I'll adjust the documentation a bit and merge soon. 🤓 |
A modified version here does, though: https://github.com/JSteeleIR/dotfiles-public/blob/public/scripts/yank
I'm using Alacritty on a macOS host with tmux running locally and also remotely in a NixOS host.
Opening this issue since your blog seems like practically the source of truth on nested tmux copy/paste 😛 . Maybe there are some improvements worth pulling into your own yank script.
Testing by running
echo "Testing" | ./yank.sh
on the remote server, then pasting on the local host.The text was updated successfully, but these errors were encountered: