remove zeroed escape time (#1598)
authorThomas Gordon Lowrey IV <linuxinit@gmail.com>
Fri, 29 Sep 2017 12:57:06 +0000 (05:57 -0700)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 29 Sep 2017 12:57:06 +0000 (14:57 +0200)
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...

packages/tmux/tmux.conf

index 207e5b5..207d7e8 100644 (file)
@@ -1,2 +1 @@
 set -g mouse on
-set -s escape-time 0