From a9e3c5bf99c3ee8755a8d8a208c3ccbc5f2513cf Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 24 Sep 2024 16:52:11 +0100 Subject: Fix zsh history substring search config --- nix-conf/home/includes/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix-conf') diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index db17933..982675a 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -70,6 +70,7 @@ in historySubstringSearch = { enable = true; searchUpKey = "$terminfo[kcuu1]"; + searchDownKey = "$terminfo[kcud1]"; }; profileExtra = '' -- cgit 1.4.1-2-gfad0