tmux: Switch to xterm-256color
authorStefan Huber <shuber@sthu.org>
Wed, 25 Mar 2020 07:28:27 +0000 (08:28 +0100)
committerStefan Huber <shuber@sthu.org>
Wed, 25 Mar 2020 07:28:27 +0000 (08:28 +0100)
dotfiles/tmux/.tmux.conf

index 9bfe9b12fcd32be06b47bc0ffc9f45b4377ffb0f..67ebcb7b878dd1865d11fa93fa4eaf10135b0113 100644 (file)
@@ -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