Open
Description
- I have read through the manual page (
man fzf
) - I have the latest version of fzf (tested that on 0.35.1 last available through choco on windows)
- I have searched through the existing issues
Info
- OS
- Windows
- Shell
- pwsh
Problem / Steps to reproduce
--preview
is running a script that can finish fast or slow depending on the selected item (e.g. fzf selects folders and preview shows the total folder size)- you select a
slow
item, preview starts rendering - you change selection to a
fast
item, but you still see in the preview that fzf waits for the the render of theslow
item to finish
Fzf should not wait for the preview render of the item that is not selected anymore. It should kill the uncompleted preview render and show preview for the currently selected item.