From b4d0d5f0a0964ea1f9354fa2191d5b7c405ae767 Mon Sep 17 00:00:00 2001 From: Antoine Martin <antoine@alarsyo.net> Date: Fri, 21 Feb 2025 22:00:30 +0100 Subject: [PATCH] home: tmux: disable escape time How am I only finding out about this now? --- home/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/tmux.nix b/home/tmux.nix index 3f72959..47f5cc3 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -19,6 +19,7 @@ in { config = mkIf cfg.enable { programs.tmux = { enable = true; + escapeTime = 0; baseIndex = 1; terminal = "screen-256color"; clock24 = true;