From 7a5682995c296705ddab01c6b4021924d8ad3caa Mon Sep 17 00:00:00 2001 From: Thomas Gordon Lowrey IV Date: Fri, 29 Sep 2017 05:57:06 -0700 Subject: [PATCH] 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... --- packages/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tmux/tmux.conf b/packages/tmux/tmux.conf index 207e5b591..207d7e8f0 100644 --- a/packages/tmux/tmux.conf +++ b/packages/tmux/tmux.conf @@ -1,2 +1 @@ set -g mouse on -set -s escape-time 0