You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read through the manual page of fzf (man fzf)
I have searched through the existing issues
Using fzf on the command line over the years I have put me together some fzf_preview script that handles various kinds of binary files too (e.g. images through catimg, compressed files by listing directory, packages by content etc.)
However the fzf.vim preview.sh contains a mime type check and if it contains binary, it will not forward things to the configured command.
since the original command line fzf afaik does not handle binary any special it would be most useful if the preview script exist that it is unconditionally forwarded to that in the preview.sh, I did that for myself by wrapping the mime type check in preview.sh with a -z check for the variable.
The text was updated successfully, but these errors were encountered:
man fzf
)Using fzf on the command line over the years I have put me together some fzf_preview script that handles various kinds of binary files too (e.g. images through catimg, compressed files by listing directory, packages by content etc.)
However the fzf.vim preview.sh contains a mime type check and if it contains binary, it will not forward things to the configured command.
since the original command line fzf afaik does not handle binary any special it would be most useful if the preview script exist that it is unconditionally forwarded to that in the preview.sh, I did that for myself by wrapping the mime type check in preview.sh with a -z check for the variable.
The text was updated successfully, but these errors were encountered: