MyNixOS website logo
option

programs.zsh.historySubstringSearch.searchUpKey

The key codes to be used when searching up. The default of ^[[A may correspond to the UP key -- if not, try $terminfo[kcuu1].

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