diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-06-21 13:02:10 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-06-21 13:02:10 -0400 |
| commit | e9621b453b83511b0601a904fe5752b152241e48 (patch) | |
| tree | 1a95052044e181b82790e4674327ff89a0ed1771 /tmux | |
| parent | ee84ac6fced25668f7708982776520bb8ef52883 (diff) | |
fix tmux true colours.
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f21efe9..ac9b029 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,5 +10,5 @@ set -g base-index 1 setw -g pane-base-index 1 setw -g mode-keys vi -set -g default-terminal xterm-256color -set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal tmux-256color +set-option -ga terminal-overrides ",*256color:Tc" |
