From f6521ee10b93fea08097e0ec0a08aed996f44048 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Thu, 4 Apr 2024 15:35:00 +0200 Subject: [PATCH] Fix escape delay when using tmux --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index e83851a..50953e4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,7 @@ set -g status-style bg=default set -g status-left-length 90 set -g status-right-length 90 set -g status-justify centre +set -s escape-time 0 ## COLORSCHEME: gruvbox dark (medium) set-option -g status "on"