From 09b243170f1157c543301187a18ed416108c6268 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 7 Jul 2026 15:29:09 +0200 Subject: [PATCH] feat: set KEY_ID in zsh config --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index e1eb498..283ae63 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -48,6 +48,7 @@ HISTFILE = "~/.zsh_history"; HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE = 1; KEYTIMEOUT = 1; # make Vi-mode transitions faster + KEY_ID = "0x6D3C3D797793190C"; }; initContent = ''