From 3e72aa4df79cedc7d1451ce70129c909ea5bf212 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 25 May 2022 08:25:32 -0500 Subject: [PATCH] bump escape-time to avoid WSL issues --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 94a827f..fbd7ee7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -19,7 +19,7 @@ bind M set -g mouse off \; display 'Mouse: OFF' set -g history-limit 100000 # shorter escape time -set -sg escape-time 0 +set -sg escape-time 20 set -sg repeat-time 600 # Copy Mode (Prefix+[)