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

Whether to enable readline.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.readline.bindings

Readline bindings.

Type: attribute set of string

Default:

{ }

Example:

{
  "\\C-h" = "backward-kill-word";
}

Declared by:

programs.readline.extraConfig

Configuration lines appended unchanged to the end of the ~/.inputrc file.

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

Default:

""

Declared by:

programs.readline.includeSystemConfig

Whether to include the system-wide configuration.

Type: boolean

Default:

true

Declared by:

programs.readline.variables

Readline customization variable assignments.

Type: attribute set of (string or signed integer or boolean)

Default:

{ }

Example:

{
  expand-tilde = true;
}

Declared by: