fix tmux undercurl
This commit is contained in:
parent
0b52be6c87
commit
976300827b
1 changed files with 2 additions and 3 deletions
|
@ -17,11 +17,10 @@ set -g destroy-unattached on
|
|||
setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
set -g focus-events on
|
||||
set -g default-terminal 'st-256color'
|
||||
set -g terminal-features "st*:256:clipboard:ccolour:cstyle:extkeys:focus:mouse:sixel:strikethrough:title:sync:usstyle"
|
||||
set-option -g default-shell /bin/zsh
|
||||
|
||||
# UNDERCURL COMPATIBILITY
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
|
||||
|
||||
# STATUS BAR SETTINGS
|
||||
set -g mode-style "fg=default,bg=blue"
|
||||
|
|
Loading…
Add table
Reference in a new issue