diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2023-04-30 18:14:53 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2023-04-30 18:14:53 -0500 |
commit | d853482e86c1bf50da39c134eefad4ddbe9448bd (patch) | |
tree | baf59e8e8d2b0934a87b289d1d5d2aa8e615a6f8 | |
parent | 6f05418bc42301e6ebd6713da172e7b364e8f943 (diff) |
tmux: fix color support on konsole
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1f73def..af48d32 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,6 @@ +# These terminals support 24-bit color +set -sa terminal-overrides ",konsole-256color:Tc" + set -g default-terminal "screen-256color" set -g escape-time 0 |