From b90a3fc2b42eedafc33ea39bd7821b145730a2a4 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 9 Apr 2021 15:20:15 -0600 Subject: [PATCH] updated tmux config for global set escape to 0. Didn't help the underlying problem --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index b73d52b..b5dc82f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -2,7 +2,7 @@ source-file ~/.wryn/config/tmux/n-bindings.tmux source-file ~/.wryn/config/tmux/t-bindings.tmux # don't use escape key -set -s escape-time 0 +set -sg escape-time 0 # quick reload bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"