resurrect.wezterm
resurrect.wezterm copied to clipboard
A plugin to restore windows, tabs and panes for Wezterm inspired by tmux-resurrect
Hey, weird error. Everytime I restore my cursor ends up at the bottom of my terminal window. Anyway to prevent this behavior? It's not a massive deal but it's kind...
This may not be a bug, it may be a limitation of WezTerm or intentional for all I know. When I restore a session the path of the first window...
The json file name just takes the driver letter. Looks like the ":" in windows path is causing the truncation.
sometimes after while, workspace switching stop working and it starting trowing errors like this: ``` 13:56:00.747 ERROR wezterm_gui::overlay::selector > while processing user-defined-29 event: runtime error: ...xersZsresurrectsDswezterm/plugin/resurrect/pane_tree.lua:80: attempt to index a...
I have the following configuration in place: ```lua resurrect.periodic_save({ interval_seconds = 300, save_workspaces = true, save_windows = true, }) ``` I've noticed errors a few times when it saves a...
Like we can restore the session/workspace inside the current window. I would like to also attach to a domain when restoring a session. I'm using `smart_workspace_switcher`, and when I select...
https://github.com/MLFlexer/resurrect.wezterm/issues/85#issuecomment-2609298232 Currently only workspace state is supported, but the window and tab state should also be supported. This is however not on my priority, so if you are reading this...
It is great to have a restore session upon loading (though I am still trying to make it work 🤣 but that's on me...). I have a question though: why...
It would be useful to be able to see not only the name of the session (workspace, window, tab) that is saved but also indicate when it was saved last...
As per this PR: #71 the directory strings should not include end seperator. The PR does not fix it as there are multiple other cases, where this is an issue.