From: Stefan Huber Date: Wed, 25 Mar 2020 07:28:27 +0000 (+0100) Subject: tmux: Switch to xterm-256color X-Git-Url: https://git.sthu.org/?p=shutils.git;a=commitdiff_plain;h=86dfdc283ec7db759ee237dd2616cc94857bffc5 tmux: Switch to xterm-256color --- diff --git a/dotfiles/tmux/.tmux.conf b/dotfiles/tmux/.tmux.conf index 9bfe9b1..67ebcb7 100644 --- a/dotfiles/tmux/.tmux.conf +++ b/dotfiles/tmux/.tmux.conf @@ -1,4 +1,6 @@ -set -g default-terminal "screen-256color" +# Prefer xterm-256color as vim (neovim) within mutt switches to monochrome with +# screen-256color. +set -g default-terminal "xterm-256color" set -g mouse on set-window-option -g xterm-keys on