mirror of
https://github.com/tmux-plugins/tmux-sensible.git
synced 2024-11-16 20:28:50 +00:00
Update README.md
Fix bug with escape-time 0, as described in: https://superuser.com/a/1809494
This commit is contained in:
parent
25cb91f42d
commit
0e80c95bed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user