From 5484271b6284fbd20d4bc1433de8f7d441e6ee48 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Thu, 28 Nov 2024 05:39:22 +0500 Subject: [PATCH] Escape delay = 0 Fixed delayed escape in neovim and other programs --- home-manager/modules/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/tmux.nix b/home-manager/modules/tmux.nix index eabad0e..8e921c9 100644 --- a/home-manager/modules/tmux.nix +++ b/home-manager/modules/tmux.nix @@ -3,6 +3,7 @@ enable = true; baseIndex = 1; mouse = true; + escapeTime = 0; keyMode = "vi"; terminal = "screen-256color"; extraConfig = ''