diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 4681346..7cfad5c 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -82,3 +82,6 @@ set-window-option -g clock-mode-colour green #green # bell set-window-option -g window-status-bell-style fg=white,bg=red #base2, red + +# Set hyperlink support +set -ga terminal-features "*:hyperlinks"