From 7206af94f48d8d9eba1e8ab897bdc196d2256fb4 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 14 Jun 2025 22:27:53 +0900 Subject: [PATCH] ft: add hyperlinks for tmux --- files/tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index 0f136b7..25926ce 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -6,6 +6,8 @@ set -g default-terminal "tmux-256color" # enable true color terminal set -ga terminal-overrides ",*256col*:Tc,alacritty:Tc" +# enable hyperlinks +set -as terminal-features ",*:hyperlinks" ######### Keybinds ########## # new panes (open with current path)