From 25036ec9860880e0e85b3f8d69bfe43ad03f05c9 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 28 Mar 2025 12:51:02 +0100 Subject: [PATCH] feat: audiobell --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 31eb800..26aac8a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,6 +18,8 @@ set -g prefix C-Space bind C-Space send-prefix bind h copy-mode +set -g visual-activity on +set -g visual-bell on set -g status-keys vi # ─< set v for starting selection in copy mode >────────────────────────────────────────── bind -T copy-mode-vi v send -X begin-selection