From 26b3db505692199f199c1893ec0d8ce8eb7a1ea8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 22 Oct 2019 12:20:08 -0400 Subject: [PATCH] Fix #tmux esc lag issue --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b810f63..c91eb8f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -82,3 +82,6 @@ set-window-option -g clock-mode-colour colour64 #green # bell set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red + +set -s escape-time 0 +