From ef7ee6d030a00aee904523e527ed2bd14856c5c1 Mon Sep 17 00:00:00 2001 From: Conrado Fonseca Date: Wed, 26 Aug 2020 22:32:16 +0100 Subject: [PATCH] Reduce escape delay time in tmux --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6d85cc70..d7e74f73 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -12,6 +12,7 @@ setw -g automatic-rename set -g mouse on set -g history-limit 30000 set -g terminal-overrides 'xterm*:smcup@:rmcup@' +set -sg escape-time 20 # faster escape delay time set-option -g status-justify right set-option -g status-bg black # colour213 # pink set-option -g status-fg cyan