fzf-preview give weird result #7547
Unanswered
noahfraiture
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to get a preview with icat, here's the configuration
zstyle ':fzf-tab:complete:*:*' fzf-preview 'kitty icat --clear --transfer-mode file $realpath'
but the result is weird. When the image is big the terminal will scroll down. It seems that the problem come from the--clear
attribute. Without it works well (still not perfect) but then the image isn't cleaned and the images stack which isn't very pretty.Do you have an idea ? Is it a bug of a misued of zstyle
Beta Was this translation helpful? Give feedback.
All reactions