tmux: use new terminal-features instead of terminal-override
This commit is contained in:
parent
b307c4549c
commit
65defa2a96
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ set -g default-command zsh
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
set -g default-terminal "wezterm"
|
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
|
# Key bindings
|
||||||
bind -n M-Left select-pane -L
|
bind -n M-Left select-pane -L
|
||||||
|
|
Loading…
Add table
Reference in a new issue