Configure tmux truecolor terminal

This commit is contained in:
KK
2026-06-09 08:31:59 +02:00
parent 6139a210ac
commit 2e731307e5

View File

@@ -4,6 +4,10 @@
set -g extended-keys on
set -g extended-keys-format csi-u
# Use 256-colour tmux terminfo and advertise truecolour support to apps.
set -g default-terminal "tmux-256color"
set -as terminal-features ",*:RGB"
# Keep a large scrollback history.
set -g history-limit 1000000