EtiamNullam / deferred-clipboard.nvim

Keep clipboard in sync with Neovim without the peformance hit.
73 stars 2 forks source link

is it support ssh and tmux? #7

Open MichaelC001 opened 9 months ago

MichaelC001 commented 9 months ago

is this plugin work over ssh and tmux?

It seems not working over ssh but works locally. But few days ago it seems work, so I am confused.

EtiamNullam commented 9 months ago

Did you switch to fix/prevent-exitcode-134 branch that I've created for you in https://github.com/EtiamNullam/deferred-clipboard.nvim/issues/7 ? I've applied the suggested fix on that test branch hoping it will solve your issue. It would be nice if you help me verify it as I don't use lf file manager and I'm not able to check if it works over ssh right now.

In case you've already switched to that test branch: maybe this solution broke the plugin on ssh and tmux for you, in that case I have another similar solution in mind that we can try. Still the most important question is whether it solved your problem mentioned in https://github.com/EtiamNullam/deferred-clipboard.nvim/issues/7 - I can make it a configuration option (also to minimize chance of a breaking change) with a note that it might not work over ssh and in tmux (if that's the case).

Let's keep the discussion on the original issue unless you did not switch the branch yet, in that case maybe it never reliably worked for tmux and ssh. I will hopefully verify that in a few days - your input on this matter would be a great help.