tmux-resurrect
tmux-resurrect copied to clipboard
Persists tmux environment across system restarts.
$DISPLAY is wrong in resurrected session
Hi, I've tried both with and without DISPLAY in the update-environment option: > `set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"` Either way after rebooting my machine and...
Bug: Re-saving session restored by tmux-resurrect corrupts resurrect session file, and makes programs not launch
This one was difficult to debug, but it's simple to reproduce. Steps: 1. Kill tmux-server ``>>tmux kill-server``, and restart tmux ``>>tmux``. 2. Create a vertical split so there are two...
Wrong path when I open a new window/pane
I use [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) but I think that this might be resurrect related. Any new window/pane opens with an old path that I don't even use anymore. Is this somehow related...
As per the documentation from the documentation https://github.com/tmux-plugins/tmux-resurrect/blob/abbc4fbfc4a51948478d6b05f0c0d554111663a8/docs/restoring_programs.md, tmux-resurrect looks for string Vim in a statement like in the entire path. ```tmux set -g @resurrect-processes '~Vim -> vim' ``` This...
Is it possible to set `resurrect-dir` more dynamical
I am looking for a way to set `resurrect-dir` to the directory from which I start a new tmux session (extended with something like `.tmux_resurrect`). I was hoping for a...
Sessions restore by directly using name order and overwrite index order.
In the original tmux (before prefix + Ctrl-R) , the order of sessions are sorted by three types. Sorted by index, sorted by name and sorted by time. In tmux...
version 3.1c - prefix Ctrl-r fails to restore sessions
Quick self-help question Where might I insert some sort of visual confirmation the command to restore the session was received? I've been using/loving tmux for many years; these plugins are...
[Bug] watch command resurrects without '-characters.
First of all, thank you for making this really awesome tool that I've been waiting for a long time now! Also, I'm pretty new on Git(Hub) and as such I'm...
Source nvim session from some other directory
I prefer storing session.vim files outside my project directory , is there any way by which tmux could source this file from another directory link ~/.config/nvim/sessions/
Everything works great but I was a bit surprised one cannot remove a session on purpose. At least, I didn't find any obvious solution in the documentation. How can one...