From b836584b59607ee17ba7131567e307cfe757e337 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 3 Nov 2025 18:30:27 +0100 Subject: feat(tmux): enable link support --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2ce8513..f172bd2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ set -g default-terminal "tmux-256color" +set -ga terminal-features "*:hyperlinks" set -g prefix C-a unbind C-b @@ -22,6 +23,7 @@ bind -r h resize-pane -L 5 bind -r m resize-pane -Z set -g mouse on +set-option -g focus-events on set-window-option -g mode-keys vi bind P paste-buffer -- cgit v1.2.3