aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-28 02:02:27 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-28 02:02:53 -0500
commitd0a931058786bcddd74115c0b1065502d6a6f7fa (patch)
tree37bd2760de764cf3384a42b046de8605692017b1 /tmux/.config
parent1fa825ab161bc07cb34a5485055adc3935cde2d3 (diff)
refactor(tmux): clean up config
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 8fa0f6a..fda5bd5 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,11 +1,9 @@
-# TODO: Figure out how to get undercurls working on windows (works on linux)
-# support 256 color
set -g default-terminal 'tmux-256color'
-set -as terminal-overrides ',*:Tc'
-# undercurl / colored underline support
-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'
+set -ga terminal-overrides ',*:Tc'
+set -ga terminal-overrides ',*:RGB'
+set -ga terminal-overrides ',*:Smulx=\E[4::%p1%dm'
+set -ga terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
set -g escape-time 50
set -g mouse on