From c45924cd27758eaa5d21fd75d87abec18c97c5e9 Mon Sep 17 00:00:00 2001 From: Mica White Date: Tue, 9 Jun 2026 22:26:04 -0400 Subject: Mouse mode for tmux --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 946396f..a286143 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,6 +1,7 @@ set -g @plugin 'alexwforsythe/tmux-which-key' set -g @plugin 'b0o/tmux-autoreload' +set -g mouse on set -g set-clipboard on set -ga terminal-overrides ',*:Ms=\E]52;%p1%s;%p2%s\007' -- cgit v1.2.3