tmux: use new terminal-features instead of terminal-override

This commit is contained in:
Daniel Lundin 2023-07-01 10:00:49 +02:00
parent b307c4549c
commit 65defa2a96

View file

@ -23,7 +23,7 @@ set -g default-command zsh
set -g history-limit 10000
set -g default-terminal "wezterm"
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # Underline color
set -ga terminal-features '*:overline:strikethrough:usstyle:RGB'
# Key bindings
bind -n M-Left select-pane -L