From 976300827bd58f09d9a88f22d3f33805b3b513e4 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 7 Mar 2024 16:26:53 +0100 Subject: [PATCH] fix tmux undercurl --- .config/tmux/tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7074023f..25038806 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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"