Modify informational text in response to events.
Section: Bind actions
Update the header dynamically
bash
bash
printf '%s\n' alpha beta gamma | fzf --bind 'focus:transform-header:echo Focused on {1}'Explanation
Dynamic headers can make interactive dashboards more self-explanatory.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Bind actions
Select all items with a key binding
Bind a key to select all results in multi-select mode.
Run a command on the current item
Open the selected file without leaving fzf permanently.
Replace fzf with another process
Turn the selection directly into a new foreground program.