From b22161e0cac853277bdd27e4e95cd2027af8894d Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 12 Dec 2025 05:12:11 +0000 Subject: [PATCH] Update .tmux.conf --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 6c0a609..25c1b76 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -42,7 +42,7 @@ set-option -g renumber-windows on # renumber windows when on set-option -g base-index 1 # start window numbering at 1 set-window -g pane-base-index 1 # start pane numbering at 1 set-option -g allow-rename off # don't rename windows automatically -set-option -g mouse off # mouse control +set-option -g mouse on # mouse control set-option -g status-style bg=default # status styling set-option -g status-left-length 40 # max allowed length set-option -g status-justify absolute-centre # windows alignment