Enable truecolor where supported

This commit is contained in:
Kevin MacMartin 2024-03-05 11:41:10 -05:00
parent d56c786a4a
commit 5043c7ddc1
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ bind Space send-prefix
#
# general
set-option -g default-terminal "tmux-256color" #set $TERM variable so programs know how to behave
set-option -sa terminal-features ',xterm-256color:RGB'
set-option -ag terminal-overrides ",alacritty:RGB,xterm-256color:RGB,gnome*:RGB" #enable truecolor where supported
set-option -g base-index 1 #start counting windows at 1 instead of 0 (for more logical keboard-switching)
set-option -g pane-base-index 1 #start counting panes at 1 instead of 0
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows

View File

@ -26,7 +26,7 @@ bind Space send-prefix
#
# general
set-option -g default-terminal "tmux-256color" #set $TERM variable so programs know how to behave
set-option -sa terminal-features ',xterm-256color:RGB'
set-option -ag terminal-overrides ",alacritty:RGB,xterm-256color:RGB,gnome*:RGB" #enable truecolor where supported
set-option -g base-index 1 #start counting windows at 1 instead of 0 (for more logical keboard-switching)
set-option -g pane-base-index 1 #start counting panes at 1 instead of 0
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows