-
What system are you running Yazi on?macOS What terminal are you running Yazi in?kitty v.0.37.0
|
Beta Was this translation helpful? Give feedback.
Answered by
sxyazi
Nov 15, 2024
Replies: 1 comment 4 replies
-
Why does |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the code, it looks like this issue is caused by
image.nvim
not correctly handlingallow-passthrough all
— it only accounts for theallow-passthrough on
.In this case, it would be best to fix it within
image.nvim
, because it's not just Yazi that setsallow-passthrough all
; users may also set it manually in theirtmux
configuration.Also, the doc for Yazi and doc for
st-graphics
recommends users to set it, meaning that even if Yazi doesn't set it,image.nvim
still won't work if the user has already set it themselves.