Update README.md

Fix bug with escape-time 0, as described in:
https://superuser.com/a/1809494
pull/70/head
traal 2024-04-16 18:42:41 +02:00 committed by GitHub
parent 25cb91f42d
commit 0e80c95bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ Tested and working on Linux, OSX and Cygwin.
### Options
```tmux
# Address vim mode switching delay (http://superuser.com/a/252717/65504)
set -s escape-time 0
# Address vim mode switching delay (https://superuser.com/a/252717) (https://superuser.com/a/1809494)
set -s escape-time 5
# Increase scrollback buffer size from 2000 to 50000 lines
set -g history-limit 50000