Skip to content

Commit 62348b8

Browse files
authored
Merge pull request #181 from redjax/feat/clickable-links
tmux: Add support for ctrl+click links
2 parents 06928fc + d0d3529 commit 62348b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

home/dot_tmux.conf.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ set -g default-shell /bin/bash
7878
## Compatibility for keybinds like ALT+ARROWKEY on older terminals like PuTTY
7979
# set -g terminal-overrides "xterm*:kLFT5=\\eOD:kRIT5=\\eOC:kUP5=\\eOA:kDN5=\\eOB:smkx@:rmkx@"
8080

81+
## Enable hyperlink clicking
82+
set -as terminal-features ',*:hyperlinks'
83+
8184
## On tmux >3.2, allow apps running in tmux to receive and process certainn terminal sequences directly
8285
set -g allow-passthrough on
8386

0 commit comments

Comments
 (0)