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.chawan.enable

Whether to enable chawan, A TUI web browser.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.chawan.package

The chawan package to use.

Type: null or package

Default:

pkgs.chawan

Declared by:

programs.chawan.settings

Configuration options for chawan.

See cha-config(5)

Type: TOML value

Default:

{ }

Example:

{
  buffer = {
    autofocus = true;
    images = true;
  };
  page = {
    C-k = "() => pager.load('ddg:')";
  };
}

Declared by: