From 4758eeb6c4c9da003add328af40d3dfae0f48a34 Mon Sep 17 00:00:00 2001
From: rycee
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" ]