From 1d816e65560c7b4760168c3393e0aa79f4e508a3 Mon Sep 17 00:00:00 2001 From: Matthew Baezner <> Date: Sat, 24 Apr 2021 18:35:18 -0600 Subject: [PATCH] Raise escape-timeout from 0 to 1 to avoid catching Bash color codes when loading several components in the .bashrc file on Windows Subsystem for Linux 2. --- sensible.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensible.tmux b/sensible.tmux index 30c7162..74bd9c9 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -69,7 +69,7 @@ main() { # address vim mode switching delay (http://superuser.com/a/252717/65504) if server_option_value_not_changed "escape-time" "500"; then - tmux set-option -s escape-time 0 + tmux set-option -s escape-time 1 fi # increase scrollback buffer size