Allow tmux to let links be clickable

This commit is contained in:
Jonny Barnes 2026-03-22 18:00:10 +00:00
commit f258813771
No known key found for this signature in database

3
tmux
View file

@ -21,6 +21,9 @@ set -g mouse on
# don't rename windows automatically # don't rename windows automatically
set-option -g allow-rename off set-option -g allow-rename off
# Allow OSC 8 links
set -ga terminal-features "*:hyperlinks"
# Get 256 colour support # Get 256 colour support
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
# tell Tmux that outside terminal supports true color # tell Tmux that outside terminal supports true color