From b84f8374cddc7ff8a75683d0298db67e25c825e0 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Mon, 17 Feb 2025 21:54:11 +0100 Subject: [PATCH] shell/zsh: update KEYTIMEOUT to be instant Removes a lot of the annoying delay. --- modules/programs/terminal/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/terminal/shell/zsh.nix b/modules/programs/terminal/shell/zsh.nix index 562d46f..dd9dfce 100644 --- a/modules/programs/terminal/shell/zsh.nix +++ b/modules/programs/terminal/shell/zsh.nix @@ -15,6 +15,7 @@ in { ".zshrc".text = '' # enable vi mode bindkey -v + export KEYTIMEOUT=1 # history SAVEHIST=2000