From 22f7fd419c21cd4cf3cbafca3e39936908202d7e Mon Sep 17 00:00:00 2001 From: dissimulo Date: Mon, 24 Aug 2026 17:46:14 -0700 Subject: [PATCH] tmux: mouse off again -- it is genuinely part of the cause Turning mouse mode back on brought the vanishing status bar straight back, with the plain window formats already in place. So both matter: the nested window formats starve status-right of width, and mouse mode reintroduces the symptom on its own. Reverting to the combination that is actually observed to work: mouse off plus plain window formats. Scrolling inside tmux is Ctrl-b [. Keeping this honest rather than tidy -- the earlier commit claiming mouse mode "was never the cause" was wrong, and this reverts it. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9cc315f..a8eb029 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 on +set-window-option -g mouse off # color scheme (styled as vim-powerline) set -g status-left-length 52