diff --git a/.tmux.conf b/.tmux.conf index 1d88b6e..b44348c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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