How did yazi fix preview images problem between tmux sessions? #1573
Unanswered
liketoeatcheese
asked this question in
1. Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just curious. I can see that Yazi clears up the image preview after switching sessions, and I wonder how that is achieved cause this problem has been itching my brain for quite a while now.
I have tried using standalone ueberzugpp:
It does show the image. When I switched to tmux windows, the image cleared up, but when I switched to tmux session, it didn't clear up. This then affects some of the nvim plugins that utilize it to show inline images in Markdown. And since this also happens for Kitty's backend, I assume it's Tmux's issue, not related to the plugin itself, as I can see and test in their source code that the Image objects that were rendered were being cleaned up in the code.
If there's any insight that you can share, it would be of great help :)
Beta Was this translation helpful? Give feedback.
All reactions