MyNixOS website logo
option

programs.zsh.historySubstringSearch.searchDownKey

The key codes to be used when searching down. The default of ^[[B may correspond to the DOWN key -- if not, try $terminfo[kcud1].

Declarations
Type
(list of string) or string
Default
[
  "^[[B"
]