diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index c1b786d..214bfe3 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -25,9 +25,9 @@ set -g set-titles-string '#h:#S:#I.#P #W#{?pane_title, (#{pane_title}),}' set -g mode-keys vi set -g status-keys vi -# Set a 256color $TERM variable so programs inside tmux know they can use 256 -# colors -set -g default-terminal screen-256color +# Set a terminal name but also enable 24 bit support in tmux +set -g default-terminal tmux-256color +set -as terminal-features ",xterm-256color:RGB" # Activity setw -g monitor-activity on