-
Notifications
You must be signed in to change notification settings - Fork 42
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
After updating to the latest version, the plugin stopped working. #39
Comments
Hello! In the meantime, you can checkout the |
Same issue began happening for me too after updating, connecting to an Ubuntu 22.04 VM via SSH:
Reverted to tag |
Try adding |
I use secureCRT connecting to an Debian9 via SSH, also use tmux as terminal multiplexer:
I already add |
Are you sure secureCRT supports OSC52? Also can you try with |
Yes, I am sure that my secureCRT supports OSC52. I have also tried with |
Same issue here, using the older version now as a bandaid fix: Plug 'ojroques/vim-oscyank', { 'commit': 'e6298736a7835bcb365dd45a8e8bfe86d935c1f8' } |
I too had to revert to v1.0.0 to get it working again. TMUX 3.1b, Ubuntu 20.04, VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 19 2021 20:21:31) |
For older versions of tmux, it may work with the option |
I updated the plugin to the latest commit on the master branch and noticed that when copying, a string similar to Base64 encryption appeared on the screen. However, after refreshing the screen, the string disappeared. Additionally, I am unable to copy the string to the windows clipboard using osc52.


I am working on a Windows machine and connecting to a remote Linux machine via SSH. I am using tmux to manage multiple screens.
The plugin was working fine on commit e629873, and my tmux settings are correct. What could be the problem?
The text was updated successfully, but these errors were encountered: