From 6a8c7e7e9490e1f8e79bd218589d2079668e1da3 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 13 Aug 2025 22:58:49 -0400 Subject: tmux: Enable truecolor --- tmux/.config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index f13e41b..4483149 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,4 +1,5 @@ -set-option -sa terminal-features ',xterm-256color:RGB' +set-option -ga terminal-overrides ',xterm-256color:Tc' +set-option -sa terminal-features ',linux:RGB' unbind-key C-b bind-key C-a send-prefix @@ -11,6 +12,7 @@ set -g renumber-windows on # renumber all windows when any window is close set -g set-clipboard on # use system clipboard set -g default-terminal "${TERM}" set -g default-shell "${SHELL}" +set -g focus-events on set -g mouse set -g pane-active-border-style 'fg=magenta,bg=default' set -g pane-border-style 'fg=brightblack,bg=default' -- cgit v1.3