diff options
| author | Matt Turner <mattst88@gmail.com> | 2025-08-13 22:58:49 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2025-10-11 15:35:47 -0400 |
| commit | 6a8c7e7e9490e1f8e79bd218589d2079668e1da3 (patch) | |
| tree | 2d3d2fbab468adf94af223577b02a1cb74d1054b /tmux | |
| parent | 1af573c055ed4ddfb9ca12c9fbcc11654f77ddd0 (diff) | |
tmux: Enable truecolor
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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' |
