From 70c756363879c498154228bbb0254068ee470be7 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 27 Mar 2024 00:10:47 +0300 Subject: [PATCH] tmux fix escape delay --- home/user/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index a2246ec..a6b58ba 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -42,6 +42,7 @@ set -g window-status-current-style 'bg=white,fg=black bold' set -g window-status-format '#W#{?window_flags,#{window_flags}, }' set -g window-status-current-format '#W#{?window_flags,#{window_flags}, }' +set -s escape-time 0 set -g message-style 'fg=black bg=white bold' set-option -g bell-action none