From 52e20453f0e9832e443d8bd1a8d9b1866f90a2c5 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 15:38:34 +0900 Subject: fix(home/base): set tmux escapeTime to 0 --- home/profiles/base/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/profiles/base') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 40a1390..9a0d00a 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -148,6 +148,8 @@ in baseIndex = 1; keyMode = "vi"; + escapeTime = 0; + extraConfig = import ./config/tmux.nix; }; -- cgit 1.4.1