mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Enable truecolor where supported
This commit is contained in:
parent
d56c786a4a
commit
5043c7ddc1
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ bind Space send-prefix
|
||||||
#
|
#
|
||||||
# general
|
# general
|
||||||
set-option -g default-terminal "tmux-256color" #set $TERM variable so programs know how to behave
|
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 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 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
|
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
||||||
|
|
|
@ -26,7 +26,7 @@ bind Space send-prefix
|
||||||
#
|
#
|
||||||
# general
|
# general
|
||||||
set-option -g default-terminal "tmux-256color" #set $TERM variable so programs know how to behave
|
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 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 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
|
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
||||||
|
|
Loading…
Reference in a new issue