From 6713b033a9bbb009e9f132aef59961807759e992 Mon Sep 17 00:00:00 2001 From: dissimulo Date: Mon, 24 Aug 2026 17:43:18 -0700 Subject: [PATCH] tmux: mouse back on Mouse mode was turned off while hunting the vanishing status bar. It was never the cause -- the nested window formats were starving status-right of width -- so this restores click-to-select, drag-to-resize and wheel scroll. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a8eb029..9cc315f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,7 +69,7 @@ bind E setw synchronize-panes off # set first window to index 1 (not 0) to map more to the keyboard layout... set-option -g base-index 1 set-window-option -g pane-base-index 1 -set-window-option -g mouse off +set-window-option -g mouse on # color scheme (styled as vim-powerline) set -g status-left-length 52