about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-24 16:52:11 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-24 16:52:11 +0100
commita9e3c5bf99c3ee8755a8d8a208c3ccbc5f2513cf (patch)
tree47c2dfd7c2af52223ce12a525740e021545053ad /nix-conf
parent726b0673a5c1bd2134a1d7e415b9a2cc4912ef53 (diff)
downloaddotfiles-a9e3c5bf99c3ee8755a8d8a208c3ccbc5f2513cf.tar.gz
Fix zsh history substring search config HEAD master
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
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 = ''