tmux-resurrect
tmux-resurrect copied to clipboard
Persists tmux environment across system restarts.
Issue #253 The restore was working fine because in `scripts/process_restore_helpers.sh`, in the `_process_should_be_restored`, we were in the first scenario, as the comment says, `where pane existed before restoration, so we're...
The automatic-renaming option of each window is saved in session files and restored accordingly.
The Microsoft Windows Linux Subsystem does not accept ":" on the file path. I did a small modification so the resurrect could work with Microsoft WLS. The side effect of...
Find processes by pane_tty instead of pane_pid. https://github.com/tmux-plugins/tmux-resurrect/issues/158 Tested on: - Mac OS `Darwin nerevar-osx3.local 15.5.0 Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 x86_64` - Ubuntu...
This might fix #131 and maybe other people's issues where pane_current_path is sometimes not set correctly (happens with Tmux 2.0 on CentOS). I realize this looks horrendous, but I couldn't...
Fix session restore failed when command with absolute path
If the assumed HISTCONTROL settings are not present, the history command is written to the saved file, causing the history command to reappear when restoring panes. This longer command prevents...
1. Save a session in osx, after restarting, the `last` symbol file will link to incorrect file whose name end with `%Y-%m-%dT%H_%M_%S`. 2. Set pane `automatic-rename` after restoring.
https://github.com/tmux-plugins/tmux-resurrect/issues/57 to preserve automatic window renaming. I've just implemented the suggested check, but I am not saving the window automatic-rename value, because for my taste is good enough ;)
I use tmux 2.9, which is installed via Homebrew. My tmux is running properly but I didn't find any .tmux.conf file, so I created one based on a Stackoverflow answer....