aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 44a38aa..eb63cf9 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,6 +1,13 @@
+# TODO: Figure out how to get undercurls working on windows (works on linux)
+# set -g default-terminal 'alacritty'
+# set -as terminal-overrides ',*:Tc'
set -g default-terminal "tmux-256color"
set -g escape-time 50
set -ga terminal-overrides ",alacritty:Tc"
+
+# undercurls not needed
+# 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
set -ga terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -ga terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0