summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-07-05 22:33:07 -0500
committerToby Vincent <tobyv13@gmail.com>2022-07-05 22:33:07 -0500
commit5ea26bce5c3689c6f5ab42798782c205914d92b8 (patch)
tree643a2a43a5fcdb3ac6b22425b9456e639d12d1a3 /tmux/.config
parentdbf17f824cccfbb4d9828116eefd05b67971b19e (diff)
revert(nvim): undo changes to tmux terminal overrides
Diffstat (limited to 'tmux/.config')
-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