Add inline previews or change layout for history search.
Section: Shell key bindings
Customize CTRL-R history search
bash
bash
export FZF_CTRL_R_OPTS='--layout=reverse --height=60% --border'Explanation
Lets you give history search a different feel than file selection.
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 Shell key bindings
CTRL-T file picker
Trigger the built-in file picker from the command line.
Change how ALT-C lists directories
Use fd for faster directory discovery.
Point completion at a custom source
Use a shell function or command to drive completion input.