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

Whether to enable less, opposite of more.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.less.package

The less package to use.

Type: null or package

Default:

pkgs.less

Declared by:

programs.less.config

Configuration for less, written to $XDG_CONFIG_HOME/lesskey.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  #command
  s        back-line
  t        forw-line
''

Declared by:

programs.less.options

Options to be set via $LESS.

Type: (list of string) or (attribute set of (boolean or signed integer or string or list of (boolean or signed integer or string))) convertible to it

Default:

[ ]

Example:

{
  RAW-CONTROL-CHARS = true;
  quiet = true;
  wheel-lines = 3;
}

Declared by: