1
0
Fork 0

fix tmux undercurl

This commit is contained in:
Luca Bilke 2024-03-07 16:26:53 +01:00
parent 0b52be6c87
commit 976300827b

View file

@ -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"