tmux-plugin-resurrect 0-0.a2ddfb9
Restore tmux environment after system restart
This plugin goes to great lengths to save and restore all the details from your tmux environment. Here's what's been taken care of:
all sessions, windows, panes and their order
current working directory for each pane
exact pane layouts within windows (even when zoomed)
active and alternative session
active and alternative window for each session
windows with focus
active pane for each window
"grouped sessions" (useful feature when using tmux with multiple monitors)
programs running within a pane! More details in the restoring programs doc.
Optional:
restoring vim and neovim sessions
restoring pane contents
- Outputs:
out
- Website: https://github.com/tmux-plugins/tmux-resurrect/
- Licenses: Expat
- Package source: gnu/packages/tmux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tmux-plugin-resurrect 0-0.a2ddfb9
as follows:
guix install tmux-plugin-resurrect@0-0.a2ddfb9
Or install the latest version:
guix install tmux-plugin-resurrect
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.