diff options
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 3fccb0a..569a556 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -60,7 +60,10 @@ in share = true; size = 100000; }; - historySubstringSearch.enable = true; + historySubstringSearch = { + enable = true; + searchUpKey = "$terminfo[kcuu1]"; + }; profileExtra = '' [[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh |