diff options
author | Ben Sima <ben@bsima.me> | 2025-02-25 09:06:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-25 09:08:05 -0500 |
commit | d698b47934d967d53400b3bdda6fc7eb849277b3 (patch) | |
tree | 4554b5cab6bc1ca69eda8fc4cc0a759ad3b51144 /lib/common.nix | |
parent | b79bec26feabe1f1afb8dd072adced595722d2c5 (diff) |
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 2 |
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; |