Skip to content

config-help

Terminal window
config-help [SECTION]
config-help --html
config-help [SECTION] --man
config-help -h | --help

Opens the offline fish shell configuration manual. Without flags, opens the Markdown source in the best available pager (ov > bat > man > less > cat). If SECTION is given, jumps to the first heading matching that keyword (case-insensitive; checks fish-config.index aliases first).

Flags:
--html / -w Open the published documentation website
(https://fish-config-docs.pages.dev/) in the default
browser via xdg-open. Deep links to a section aren't
supported; if SECTION is given, a note points you to the
site's search box instead.
--man / -m Open docs/fish-config.1 via man -l directly.
If SECTION is given, jumps to the nearest match.
--help / -h Print usage and navigation key reference.
Terminal window
config-help keybindings
config-help pkg
config-help --html
config-help --man
config-help pkg --man
Also available as: help config [SECTION] [FLAGS]