Skip to content

CLI `config`

CommandPurposeImportant options / arguments
hike config initCreate a commented default configuration file.--force overwrites after creating a backup.
hike config showDisplay the current configuration.`—format yaml
hike config getRead a single configuration property.<property-path>
hike config setSet a configuration property.<property-path> <value>
hike config unsetUnset a configuration property.<property-path>
hike config validateValidate the active configuration file.No extra options.
hike config pathPrint the effective configuration file path.No extra options.
Terminal window
hike config init
hike config show --format yaml
hike config get theme
hike config set binding_set mnemonic
hike config validate

Use hike config when you want persistent defaults for:

  • startup behavior
  • local browser mode and discovery rules
  • UI/layout preferences
  • keybinding sets and one-off key overrides

For the detailed setting reference, move on to Configuration Overview.