From 31352718291032c2e951be8e1e2935fd3e7975ca Mon Sep 17 00:00:00 2001
From: ncfavier
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>