From c4518509c2554f6d1b3ab222ff3d34545db4e0c0 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 10 Sep 2024 07:03:21 +0200 Subject: [PATCH] fix(tmux): fix escape delay --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6947e69..2fd1917 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,6 +85,7 @@ set -g repeat-time 1000 set -g mode-keys vi set -g status-interval 1 set -g set-clipboard on +set -g escape-time 0 ################ ### Bindings ###