We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06928fc + d0d3529 commit 62348b8Copy full SHA for 62348b8
home/dot_tmux.conf.tmpl
@@ -78,6 +78,9 @@ set -g default-shell /bin/bash
78
## Compatibility for keybinds like ALT+ARROWKEY on older terminals like PuTTY
79
# set -g terminal-overrides "xterm*:kLFT5=\\eOD:kRIT5=\\eOC:kUP5=\\eOA:kDN5=\\eOB:smkx@:rmkx@"
80
81
+## Enable hyperlink clicking
82
+set -as terminal-features ',*:hyperlinks'
83
+
84
## On tmux >3.2, allow apps running in tmux to receive and process certainn terminal sequences directly
85
set -g allow-passthrough on
86
0 commit comments