From 86dfdc283ec7db759ee237dd2616cc94857bffc5 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 25 Mar 2020 08:28:27 +0100 Subject: [PATCH] tmux: Switch to xterm-256color --- dotfiles/tmux/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2