From 290728c23322abf59131208bb8b6bcf58452e2e5 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 29 May 2023 10:25:46 +0200 Subject: [PATCH] Fixed error on tmux start i WSL --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d3ceea8..1f6bced 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,7 @@ set-option -g status-position bottom set-option -g default-terminal "screen-256color" set-option -sa terminal-features ',xterm-256color:RGB' -set-option -sg escape-time 0 +set-option -sg escape-time 1 set-option -g focus-events on set -g status-bg black