From e996c6387906fd3d341a81c49c4ff60e028d5b30 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 30 Dec 2021 07:22:32 +0100 Subject: [PATCH] Solve WSL issue: https://github.com/microsoft/WSL/issues/5931 --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 6687995..b29fa6c 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -2,7 +2,7 @@ # # address vim mode switching delay (http://superuser.com/a/252717/65504) -set -s escape-time 0 +set -s escape-time 50 # increase scrollback buffer size set -g history-limit 50000