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