Show the built-in man page from the binary.

Section: Install and verify

Open the embedded manual

bash
bash
fzf --man
Explanation

Recent versions embed the manual directly in the binary, which is convenient on minimal systems.

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 Install and verify
Install with Homebrew
Install fzf on macOS or Linux with Homebrew.
OpenIn sheetbashsame section
Install with apt
Install fzf from Debian or Ubuntu repositories.
OpenIn sheetbashsame section
Install with pacman
Install fzf on Arch Linux.
OpenIn sheetbashsame section
Install from the upstream repository
Clone the repo and run the installer for shell integration.
OpenIn sheetbashsame section
Check the installed version
Print the current fzf version.
OpenIn sheetbashsame section
Source zsh integration
Load fzf key bindings and completion in zsh.