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