From 8bae76f8e2ef4d1a470a381bc35ee235e1b7351e Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 9 Jun 2021 10:34:30 +0200 Subject: [PATCH] Update default tmux TERM to support 256 colors --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 6224b43..34ed604 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,8 @@ set-option -g prefix C-b # default set-window-option -g mode-keys vi +set -g default-terminal "screen-256color" + bind r source-file ~/.tmux.conf bind h select-pane -R