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)