tmux-resurrect
tmux-resurrect copied to clipboard
Persists tmux environment across system restarts.
For the machines I work on, I want to have tmux-resurrect available. For convenience and productivity, I have salt states and I want to include tmux-resurrect in my salt states....
The changes basically replace the use of *pane_index* by *pane_id*. This guarantees that the environment variable `TMUX_PANE` is consistent across restores, and allows to use it as index to get...
Correctly save / load sessions which have used the `tmux link-window` command
It is necessary for the cases when running the scripts (as symlinks) without a possibility of using key bindings as advised in issue #179 https://github.com/tmux-plugins/tmux-resurrect/issues/179 The case is e.g. saving...
I configured my tmux to use resurrect save on each detach, but with the option `resurrect-save-shell-history` ON, this creates a lot of useless "history" lines in my panes. So I...
Right now you can't use symbolic links at the bottom of .tmux.conf. > run-shell ~/clone/path/resurrect.tmux Adding changes to allow it.
This adds a process matching strategy that functions similarly to running `basename` on the program path It can be enabled with set -g @resurrect-process-match-strategy 'basename'
Taken from this Mellbourn@0a6f907 and this tmux-plugins#141 Closes tmux-plugins#141 Tested on latest commit
Just created this so i can reference the changes i will make in another repo/issue. Will finish later