Refresh the data source with a key binding.
Section: Reload patterns
Reload a process list on demand
bash
bash
fzf --header-lines=1 --header='CTRL-R to reload' --bind 'ctrl-r:reload(ps -ef)' < <(ps -ef)Explanation
reload lets you keep one interactive session open while the underlying command is rerun.
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 Reload patterns
Use fzf as a frontend for ripgrep
Run a new ripgrep search whenever the query changes.
Switch between multiple data sources
Bind keys that swap the prompt and reload command.