-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Feature Request] image display on remote desktop through ssh #37
Comments
This is a hard thing to solve. Our plan was to primarily support images through ssh via notcurses, but that turned out to be a bit complicated. Now, regarding displaying images with Ueberzug -- I think some of the things it does (e.g. travelling through the process tree to find the window which likely is the current terminal) just won't work remotely with So, what we can do, besides trying to finish the notcurses image display code, is to look into other ways to display images which would work through ssh. |
thanks @dccsillag for your prompt response, cannot wait to see it 👍 |
This works for me without a problem when using Kitty as my terminal. @dccsillag maybe add that to the readme? |
Yeah, I suppose the Kitty protocol backend would work through SSH. I thought it was already in the README; apparently, it's not. Will be adding it soon! In any case, this is a bigger issue, and just saying "use Kitty" is very unsatisfying. At least having the notcurses backend (dankamongmen/notcurses#2308) would be better. Therefore, until we at least reach that point, I'll be keeping this issue open. |
Since this comes down to image display without Ueberzug, I'm going to close this in favour of #15. |
Is your feature request related to a problem? Please describe.
I'm always frustrated when working with images in Vim, this is an awesome plugin, but I tried on a remote desktop through
ssh -X
orssh -Y
but the image cannot displayDescribe the solution you'd like
The plugin can output the display in nvim on a remote desktop
The text was updated successfully, but these errors were encountered: