From 62dcacbe48540787863d0ec65838298b0f545915 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Wed, 12 Aug 2020 20:40:26 +0200 Subject: [PATCH] add correct TERM to tmux --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 711f950..cbddd5e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,3 +34,6 @@ set-window-option -g window-status-style fg=colour239,bg=default # bell set-window-option -g window-status-bell-style fg=colour232,bg=colour253 + +# Correct colors, NOTE you also need to alias tmux as `tmux -2` +set -g default-terminal "tmux-256color"