From f2588137715b0ebb23bfe4cf14fbdcf933a7a7a5 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 22 Mar 2026 18:00:10 +0000 Subject: [PATCH] Allow tmux to let links be clickable --- tmux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux b/tmux index 6001096..08795f6 100644 --- a/tmux +++ b/tmux @@ -21,6 +21,9 @@ set -g mouse on # don't rename windows automatically set-option -g allow-rename off +# Allow OSC 8 links +set -ga terminal-features "*:hyperlinks" + # Get 256 colour support set -g default-terminal "screen-256color" # tell Tmux that outside terminal supports true color