From b2869ececd38cbc6f6197c1dc38b7258832b02c4 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 28 Oct 2023 11:12:13 -0400 Subject: [PATCH] Added undercurl support adding sets for tmux --- .tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index 9c50b63..17f732e 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -15,6 +15,9 @@ setw -g allow-rename on setw -g automatic-rename on setw -g aggressive-resize off +set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support +set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colors - needs tmux-3.0 + # Change prefix key to C-a, easier to type, same as "screen" unbind C-b set -g prefix C-a