From f4beec61de603d89378a78746d8de4c5124ba88d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 2 Jun 2022 11:26:43 +0100 Subject: Not sure this is needed --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index f8effb6..b3cca83 100644 --- a/tmux.conf +++ b/tmux.conf @@ -46,5 +46,9 @@ bind c new-window -c "#{pane_current_path}" bind v split-window -h -c "#{pane_current_path}" bind h split-window -v -c "#{pane_current_path}" +# Undercurl +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 colours - needs tmux-3.0 + source-file ~/.vim/tmux_tokyonight_storm.tmux -- cgit v1.2.3