From 4758eeb6c4c9da003add328af40d3dfae0f48a34 Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 14 Oct 2023 22:32:16 +0000 Subject: [PATCH] deploy: 9a2ce6569752bb00b86c075ade7ffd47242f3827 --- options.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"
 ]