From a3777bd73a1e70f8ab7379ad17aa4e2dde0b6f5a Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 6 May 2024 21:33:30 +0200 Subject: [PATCH] change editor timeout to 200ms --- modules/shell/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/helix.nix b/modules/shell/helix.nix index 5055a35..7f025b3 100644 --- a/modules/shell/helix.nix +++ b/modules/shell/helix.nix @@ -48,7 +48,7 @@ "file-encoding" "file-type" ]; - idle-timeout = 30; + idle-timeout = 200; indent-guides = { render = true; character = "│";