aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-03 18:30:27 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-03 18:30:27 +0100
commitb836584b59607ee17ba7131567e307cfe757e337 (patch)
tree468df6569d94c55f266f4ad30e4ada99bb3f7065 /tmux
parentfeat(slstatus): remove padding from date day (diff)
downloadsuckless-setup-b836584b59607ee17ba7131567e307cfe757e337.tar.gz
feat(tmux): enable link support
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 2ce8513..f172bd2 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,4 +1,5 @@
set -g default-terminal "tmux-256color"
+set -ga terminal-features "*:hyperlinks"
set -g prefix C-a
unbind C-b
@@ -22,6 +23,7 @@ bind -r h resize-pane -L 5
bind -r m resize-pane -Z
set -g mouse on
+set-option -g focus-events on
set-window-option -g mode-keys vi
bind P paste-buffer