diff --git a/bin/fzf-preview.sh b/bin/fzf-preview.sh index 13beef8..dd01784 100755 --- a/bin/fzf-preview.sh +++ b/bin/fzf-preview.sh @@ -57,7 +57,7 @@ if [[ $KITTY_WINDOW_ID ]]; then # 2. Use chafa with Sixel output elif command -v chafa > /dev/null; then - chafa -f sixel -s "$dim" "$file" + chafa -s "$dim" "$file" # Add a new line character so that fzf can display multiple images in the preview window echo