From 05c40d2882cc1d5f92a81bf88523663aeda66296 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sun, 21 Aug 2022 16:35:04 +0300 Subject: [PATCH] tmux 256 color mode enabled --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 78682e9..c5bc63c 100755 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,4 @@ - +set -g default-terminal "screen-256color" set -g mouse on set -g set-clipboard external set -g escape-time 10 # https://www.johnhawthorn.com/2012/09/vi-escape-delays/