From: Samir Benmendil Date: Mon, 25 Jan 2021 23:43:57 +0000 (+0000) Subject: tmux: set default-terminal to tmux-256color X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/06bd880a78b25641a6bcadf3f307440d8a06a3ef?ds=inline 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. --- 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