aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-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