From 3e886667ce0dfb831cba94fc1e4f34e553973b76 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 31 Jul 2024 01:45:01 -0700 Subject: [PATCH] tmux: escapeTime 0 --- home/modules/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index d754739..1082392 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -16,6 +16,7 @@ in baseIndex = 1; terminal = "screen-256color"; newSession = true; + escapeTime = 0; plugins = with pkgs; [ {