ft: add hyperlinks for tmux

This commit is contained in:
2025-06-14 22:27:53 +09:00
parent 524364fceb
commit 7206af94f4

View File

@@ -6,6 +6,8 @@
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
# enable true color terminal # enable true color terminal
set -ga terminal-overrides ",*256col*:Tc,alacritty:Tc" set -ga terminal-overrides ",*256col*:Tc,alacritty:Tc"
# enable hyperlinks
set -as terminal-features ",*:hyperlinks"
######### Keybinds ########## ######### Keybinds ##########
# new panes (open with current path) # new panes (open with current path)