diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-03 18:30:27 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-03 18:30:27 +0100 |
| commit | b836584b59607ee17ba7131567e307cfe757e337 (patch) | |
| tree | 468df6569d94c55f266f4ad30e4ada99bb3f7065 | |
| parent | feat(slstatus): remove padding from date day (diff) | |
| download | suckless-setup-b836584b59607ee17ba7131567e307cfe757e337.tar.gz | |
feat(tmux): enable link support
Diffstat (limited to '')
| -rw-r--r-- | tmux/tmux.conf | 2 |
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 |
