From a30f0aac45a866c2e6bde797d83e93fb12ee165b Mon Sep 17 00:00:00 2001 From: Conrado Fonseca Date: Wed, 26 Aug 2020 22:48:09 +0100 Subject: [PATCH] Reduce escape delay time in tmux (#802) --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6d85cc7..d7e74f7 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