From 260ba27ffe4a8a1542f0fef9b64120b362c33c3d Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 2 Nov 2024 13:14:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tmux):=20Set=20escape=20time?= =?UTF-8?q?=20to=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tmux was hanging for a bit after hitting esc which is really annoying in nvim. --- home/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/tmux/default.nix b/home/tmux/default.nix index e43cf14..e246143 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -14,7 +14,7 @@ ''; }; - # terminal = "tmux-256color"; + escapeTime = 0; # Start window & pane numbering at 1. baseIndex = 1;