Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.navi.enable

Whether to enable Navi.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.navi.enableBashIntegration

Whether to enable Bash integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.navi.enableFishIntegration

Whether to enable Fish integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.navi.enableZshIntegration

Whether to enable Zsh integration.

Type: boolean

Default:

Example:

false

Declared by:

programs.navi.package

The navi package to use.

Type: package

Default:

pkgs.navi

Declared by:

programs.navi.settings

Configuration written to $XDG_CONFIG_HOME/navi/config.yaml on Linux or $HOME/Library/Application Support/navi/config.yaml on Darwin. See https://github.com/denisidoro/navi/blob/master/docs/config_file.md for more information.

Type: YAML 1.1 value

Default:

{ }

Example:

{
  cheats = {
    paths = [
      "~/cheats/"
    ];
  };
}

Declared by: