diff options
Diffstat (limited to 'tmux/.tmux.conf')
-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 |