aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-11-30 19:22:35 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-11-30 19:22:35 -0600
commitf5db4e2bd9002f64d8c19f6094363c51221ef71d (patch)
treeacef88738e441b00bcde8ab55eac7700c7f1df9d /tmux/.config
parent6bc99ba11271b8cd67fd48801b02c33e2e88871f (diff)
fix(tmux,alacritty): fix hyperlink support
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 41bf505..f119300 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,10 +1,5 @@
set -g default-terminal 'tmux-256color'
-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
set -g prefix C-a