Skip to content

FZF should update preview on the new item selection immediately #3134

Open
@FallenGameR

Description

@FallenGameR
  • 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 the slow 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions