jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
863 stars 65 forks source link

Preview isn't working. #143

Closed dessalines closed 4 years ago

dessalines commented 4 years ago

I run set -U FZF_PREVIEW_FILE_CMD "head -n 10"

When I do control + O on fzf, preview isn't working.

This command does work tho: fzf --preview 'bat --style=numbers --color=always {} | head -500'

dessalines commented 4 years ago

Edit nevermind, it correctly previews when using alt + O. My bad.