tmux: Switch to xterm-256color
[shutils.git] / 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