tmux-plugins/tmux-resurrect

On my large (43"/4K) monitor, tmux resurrect always fails to reconstruct panes properly

Open

#280 opened on Nov 29, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (12,753 stars) (509 forks)batch import
bughelp wanted

Description

All the windows in a session will be recovered when tmux is resurrected, but the panes within them are often misaligned.

I save at 80columns per terminal, so this gives me a session that, per window, is 5 panes wide with each subdivision containing 1-4 panes. When I recover, many of the panes will be missing and the remainder will be strongly misaligned. I spent several minutes adjusting things after every recovery and it's pretty annoying.

How I save it:

screenshot from 2018-11-21 09-29-56

and what I get back:

screenshot from 2018-11-21 09-29-31

With 10+ windows, this is indeed a lot of panes total, but I don't think it's overloading my 32GB RAM system (Ubuntu 16.04/18.04), rather I suspect some tmux process is timing out before a given window can be redrawn properly. This doesn't happen with smaller sessions. Anyone know how I can get things working correctly for my case?

Contributor guide