Allow tmux to let links be clickable
This commit is contained in:
parent
c8ea7cc820
commit
f258813771
1 changed files with 3 additions and 0 deletions
3
tmux
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue