You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the restore process, I get the following error: cat: '/home/monarch/.local/share/tmux/resurrect/restore/pane_contents//pane-0:1.0': No such file or directory
The nvim session is restoring properly, but the pane content is not working as expected. I've tried debugging the restore process, and it seems that the tar file is being saved correctly, but the restoration of pane contents is failing.
the tar file is being saved correctly: .rw-r--r-- 1.1k monarch 27 Nov 09:51 pane_contents.tar.gz
its contents appear to be valid:
.rw-r--r-- 5.9k monarch 27 Nov 09:51 pane-0:1.0
.rw-r--r-- 3.7k monarch 27 Nov 09:51 pane-0:2.0
When I run the restore process, I get the following error:
cat: '/home/monarch/.local/share/tmux/resurrect/restore/pane_contents//pane-0:1.0': No such file or directory
The nvim session is restoring properly, but the pane content is not working as expected. I've tried debugging the restore process, and it seems that the tar file is being saved correctly, but the restoration of pane contents is failing.
the tar file is being saved correctly:
.rw-r--r-- 1.1k monarch 27 Nov 09:51 pane_contents.tar.gz
its contents appear to be valid:
I've also checked the default-command setting:
My tmux configuration:
my tmux conf
Additional information:
The text was updated successfully, but these errors were encountered: