diff options
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; |