diff --git a/options.html b/options.html index c1ded645a..1cc0c1a6c 100644 --- a/options.html +++ b/options.html @@ -11624,14 +11624,16 @@ boolean

Default: true

Declared by:

<home-manager/modules/programs/zsh.nix>
programs.zsh.historySubstringSearch.searchDownKey

The key codes to be used when searching down. -The default of ^[[B corresponds to the DOWN key.

Type: +The default of ^[[B may correspond to the DOWN key – if not, try +$terminfo[kcud1].

Type: (list of string) or string

Default:

[
   "^[[B"
 ]
 

Declared by:

<home-manager/modules/programs/zsh.nix>
programs.zsh.historySubstringSearch.searchUpKey

The key codes to be used when searching up. -The default of ^[[A corresponds to the UP key.

Type: +The default of ^[[A may correspond to the UP key – if not, try +$terminfo[kcuu1].

Type: (list of string) or string

Default:

[
   "^[[A"
 ]