Make navigation wrap around and control sorting behavior.
Section: Style and theme
Enable cyclic movement and sort
bash
bash
fzf --cycle --tacExplanation
Useful for logs, history, and reverse chronological lists.
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 Style and theme
Set UI defaults globally
Store your preferred UI settings in FZF_DEFAULT_OPTS.
Disable result sorting
Keep input order instead of sorting matches by score.
Freeze top lines
Keep table headings pinned at the top while filtering the rest.
Use a compact reverse layout
Display fzf in the lower portion of the terminal with the prompt at the top.