You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out why vim-oscyank isn't working in vim on a remote cloud instance and I think it's because that it isn't compiled with clipboard support. It works fine on nvim on the same instance and configuration.
Okay, I've realised that the vim-X11 package on RHEL-based distros gives vimx which can be aliased to vim and includes +clipboard.
However, I cannot get vim-oscyank to work with it while the came config works fine on neovim even though apparently it's not really needed. I can see that the key maps are present but nothing happens when I use them (no statusline output).
eggbean
changed the title
Any way to make this work when vim isn't compiled with clipboard support?
Not working with vim while it works on neovim with the same configuration
Sep 17, 2024
I was trying to figure out why vim-oscyank isn't working in vim on a remote cloud instance and I think it's because that it isn't compiled with clipboard support. It works fine on nvim on the same instance and configuration.
Is there anything I can do to make it work (apart from recompiling vim or getting it from another source)?
The text was updated successfully, but these errors were encountered: