From 24000f6052a2c87bde8f9baa82e35a90e3118917 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 10 Nov 2021 13:44:51 +0300 Subject: fix(tmux): neovim true color issue --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 26ba6d4..b69bd9d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal "tmux-256color" +set -g default-terminal "st-256color" +set-option -ga terminal-overrides ",st-256color:Tc" # Remove nasty escape time set -sg escape-time 0 -- cgit v1.2.3