Browse Source

Adding tmux RGB and True Colors options

pull/2/head
Ryan Reed 2 years ago
parent
commit
e936766861
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      dot_config/tmux/tmux.conf

+ 3
- 0
dot_config/tmux/tmux.conf View File

@ -11,6 +11,9 @@ setw -g aggressive-resize on
setw -g mode-keys vi # Prefer vi style key table
set-option -sa terminal-overrides ',xterm-256color:RGB' # Enable RGB capabilities
#set-option -sa terminal-overrides ',xterm-256color:Tc' # Older versions of tmux, use True colors
# ===========================


Loading…
Cancel
Save