tmux-plugins/tmux-resurrect

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

Open

#280 aperta il 29 nov 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Shell (509 fork)batch import
bughelp wanted

Metriche repository

Star
 (12.753 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor