remove zeroed escape time (#1598)

an escape time of zero breaks tmux core functionality... you cannot have an escape time of 0, then it's impossible to use most custom key bindings, or to do things like resize panes effectively, etc...
This commit is contained in:
Thomas Gordon Lowrey IV 2017-09-29 05:57:06 -07:00 committed by Fredrik Fornwall
parent 7cf4c4fa57
commit 3aae04d484
1 changed files with 0 additions and 1 deletions

View File

@ -1,2 +1 @@
set -g mouse on
set -s escape-time 0