From 06bd880a78b25641a6bcadf3f307440d8a06a3ef Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 25 Jan 2021 23:43:57 +0000 Subject: [PATCH] tmux: set default-terminal to tmux-256color When set to screen, which I don't know why it was, the reset background code is not accepted which left black backgrounds for some highlights in vim, which made them quite unreadable. --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9f4144f..487d7e1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set -g set-titles on set -g mode-keys vi -- 2.48.1