mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-24 00:48:46 +00:00
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.
This commit is contained in:
parent
44af8d8eff
commit
1d816e6556
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user