summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-02-25 09:06:39 -0500
committerBen Sima <ben@bsima.me>2025-02-25 09:08:05 -0500
commitd698b47934d967d53400b3bdda6fc7eb849277b3 (patch)
tree4554b5cab6bc1ca69eda8fc4cc0a759ad3b51144 /lib/common.nix
parentb79bec26feabe1f1afb8dd072adced595722d2c5 (diff)
reduce escape time to something more managableHEADmaster
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
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;