From d698b47934d967d53400b3bdda6fc7eb849277b3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 25 Feb 2025 09:06:39 -0500 Subject: reduce escape time to something more managable --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index de74f19..94cf1aa 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -275,7 +275,7 @@ in { clock24 = true; customPaneNavigationAndResize = false; disableConfirmationPrompt = false; - escapeTime = 500; + escapeTime = 100; historyLimit = 10000; keyMode = "emacs"; mouse = true; -- cgit v1.2.3