How to install tmux-plugins/tmux-resurrect. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tmux-plugins/tmux-resurrect Installation Guide
How to install tmux-plugins/tmux-resurrect. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tmux-plugins/tmux-resurrect. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tmux-plugins/tmux-resurrector
Install via npx
npx @hexmos/ipm i tmux-plugins/tmux-resurrectPrerequisites
tmux
system_toolVersion: > 1.9.0
bash
system_toolgit
system_toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Manual Installation
git clone https://github.com/tmux-plugins/tmux-resurrect.git ~/clone/path
run-shell ~/clone/path/resurrect.tmux
tmux source-file ~/.tmux.confTmux Plugin Manager (TPM)
tpm plugin add tmux-plugins/tmux-resurrectPost Installation Steps
- Load the plugin using `tmux-plugins/tmux-resurrect` in your tmux configuration file.
- Start tmux with the command: `tmux new -s my-session` to create a new session
- To use the plugin, run the following command: `prefix + Ctrl-s` to save the current state of your tmux environment. To restore it later, press `prefix + Ctrl-r`
