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.

pull/60/head
Matthew Baezner 2021-04-24 18:35:18 -06:00
parent 44af8d8eff
commit 1d816e6556
1 changed files with 1 additions and 1 deletions

View File

@ -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