We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man fzf
I have a script that is using "reload()", which ultimately changes the line under the cursor. However, the preview window doesn't change.
Here is a script that makes it possible to reproduce the issue (in bash) :
fzf < <(printf "1\n2\n3\n") --bind "ctrl-t:reload(printf '4')" --preview 'echo {}' --preview-window 'nohidden'
When I hit ctrl-t, the content of the main fzf view is updated to be only "4", but the preview still uses the item selected before the reload.
The text was updated successfully, but these errors were encountered:
I think this might be a regression, I see I'm using the latest version (0.27.3).
I think this was working in the past, maybe the bug was introduced in some recent release.
Sorry, something went wrong.
You're right. This was caused by 0f02fc0.
97ae8af
junegunn
No branches or pull requests
man fzf
)Info
Problem / Steps to reproduce
I have a script that is using "reload()", which ultimately changes the line under the cursor.
However, the preview window doesn't change.
Here is a script that makes it possible to reproduce the issue (in bash) :
When I hit ctrl-t, the content of the main fzf view is updated to be only "4", but the preview still uses the item selected before the reload.
The text was updated successfully, but these errors were encountered: