fix(tmux): RGB Color
This commit is contained in:
parent
252b9cbbbf
commit
d011b26db9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ bind C-a send-prefix
|
||||||
|
|
||||||
## Default is 'screen'
|
## Default is 'screen'
|
||||||
set -sg default-terminal 'xterm-256color'
|
set -sg default-terminal 'xterm-256color'
|
||||||
|
set-option -a terminal-overrides ",*256col*:RGB"
|
||||||
set -sg escape-time 1
|
set -sg escape-time 1
|
||||||
set -sg set-clipboard on
|
set -sg set-clipboard on
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
|
|
Loading…
Reference in a new issue