mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-24 09:08:48 +00:00
Change default escape-time to 5 milliseconds
Change default escape-time to 5 milliseconds to fix annoying bugs with long escape sequences under certain conditions. More details in: https://superuser.com/a/1809494
This commit is contained in:
parent
0e80c95bed
commit
315b4cfe0d
@ -80,7 +80,7 @@ main() {
|
|||||||
|
|
||||||
# address vim mode switching delay (http://superuser.com/a/252717/65504)
|
# address vim mode switching delay (http://superuser.com/a/252717/65504)
|
||||||
if server_option_value_not_changed "escape-time" "500"; then
|
if server_option_value_not_changed "escape-time" "500"; then
|
||||||
tmux set-option -s escape-time 0
|
tmux set-option -s escape-time 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# increase scrollback buffer size
|
# increase scrollback buffer size
|
||||||
|
Loading…
Reference in New Issue
Block a user