From 839d3f9314b2947747fbd3f41032fc19846ddc2d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 16 Jul 2025 11:33:42 -0500 Subject: [PATCH] update tmux settings to be better --- common/_home_manager/mods/tmux/tmux-reset.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/_home_manager/mods/tmux/tmux-reset.conf b/common/_home_manager/mods/tmux/tmux-reset.conf index 2fd1ca5..ff03836 100644 --- a/common/_home_manager/mods/tmux/tmux-reset.conf +++ b/common/_home_manager/mods/tmux/tmux-reset.conf @@ -54,6 +54,7 @@ bind C-d detach # ========== # My options +set -g default-terminal "xterm-256color" set-option -g terminal-overrides ',xterm-256color:RGB' set-option -sa terminal-features ',xterm:LRGB' set -g detach-on-destroy off @@ -61,5 +62,7 @@ set -g renumber-windows on set -g status-position top set -sg escape-time 0 set -g xterm-keys on +set-option -g set-titles on +set-option -g set-titles-string "tmux: #S - #W" set-option -g focus-events on