diff --git a/options.html b/options.html index 4764be58..01ae2b7a 100644 --- a/options.html +++ b/options.html @@ -6808,11 +6808,15 @@ if the first character is a space.
Type:
<home-manager/modules/programs/zsh.nix>
Whether to enable history substring search. Type: boolean Default: Example: Declared by: The key code to be used when searching down.
-The default of Type: string Default: Declared by: The key codes to be used when searching down.
+The default of Type: (list of string) or string Default: Declared by: The key code to be used when searching up.
-The default of Type: string Default: Declared by: The key codes to be used when searching up.
+The default of Type: (list of string) or string Default: Declared by: Extra commands that should be added to Type: strings concatenated with "\n" Default: Declared by:programs.zsh.historySubstringSearch.enable
false
true
<home-manager/modules/programs/zsh.nix>
-
programs.zsh.historySubstringSearch.searchDownKey
^[[B
corresponds to the DOWN key."^[[B"
+
programs.zsh.historySubstringSearch.searchDownKey
^[[B
corresponds to the DOWN key.[
+ "^[[B"
+]
<home-manager/modules/programs/zsh.nix>
-
programs.zsh.historySubstringSearch.searchUpKey
^[[A
corresponds to the UP key."^[[A"
+
programs.zsh.historySubstringSearch.searchUpKey
^[[A
corresponds to the UP key.[
+ "^[[A"
+]
<home-manager/modules/programs/zsh.nix>
programs.zsh.initExtra
.zshrc
.""
<home-manager/modules/programs/zsh.nix>