mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 10:32:19 +00:00
bump escape-time to avoid WSL issues
This commit is contained in:
parent
302df09aaa
commit
3e72aa4df7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ bind M set -g mouse off \; display 'Mouse: OFF'
|
|||
set -g history-limit 100000
|
||||
|
||||
# shorter escape time
|
||||
set -sg escape-time 0
|
||||
set -sg escape-time 20
|
||||
set -sg repeat-time 600
|
||||
|
||||
# Copy Mode (Prefix+[)
|
||||
|
|
Loading…
Reference in a new issue