From f903b83ccc717fb9b4ac3bdc400baade06809092 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Mon, 21 Apr 2025 09:23:36 +0530 Subject: tmux: add option for toggling mouse m can be used to toggle mouse Signed-off-by: Brahmajit Das --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 54905a1..02ad84c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,9 @@ bind C-a send-prefix # use mouse to scroll set -g mouse on +# Use m to toggle mouse mode +unbind m +bind m setw mouse # set clipboard on set-option -g set-clipboard external -- cgit v1.2.3