From 1b369c2968d5ec8d0d53431f8687f667cb0e2899 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 3 Oct 2024 16:34:48 +0100 Subject: [PATCH] Support hyperlink OSC-8 (clicking on links) --- home/dot_tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 4681346..7cfad5c 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -82,3 +82,6 @@ set-window-option -g clock-mode-colour green #green # bell set-window-option -g window-status-bell-style fg=white,bg=red #base2, red + +# Set hyperlink support +set -ga terminal-features "*:hyperlinks"