fix(tmux): RGB Color

This commit is contained in:
Gerrit Pannek 2022-12-22 11:18:53 +01:00
parent 252b9cbbbf
commit d011b26db9
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ bind C-a send-prefix
## Default is 'screen'
set -sg default-terminal 'xterm-256color'
set-option -a terminal-overrides ",*256col*:RGB"
set -sg escape-time 1
set -sg set-clipboard on
set -g history-limit 100000