mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
1e945c2cac
- user can restore all processes with ':all:' - user can selectively restore wanted processes Closes #13 |
||
---|---|---|
scripts | ||
CHANGELOG.md | ||
LICENSE.md | ||
README.md | ||
session_saver.tmux |
Tmux Session Saver
Enables saving and restoring of tmux sessions.
Requirements / dependencies:
tmux 1.9
or higherpgrep
Key bindings
prefix + M-s
- saveprefix + M-r
- restore
Installation with Tmux Plugin Manager (recommended)
Add plugin to the list of TPM plugins in .tmux.conf
:
set -g @tpm_plugins " \
tmux-plugins/tpm \
tmux-plugins/tmux-session-saver \
"
Hit prefix + I
to fetch the plugin and source it. You should now be able to
use the plugin.
Manual Installation
Clone the repo:
$ git clone https://github.com/tmux-plugins/tmux-session-saver ~/clone/path
Add this line to the bottom of .tmux.conf
:
run-shell ~/clone/path/session_saver.tmux
Reload TMUX environment:
# type this in terminal
$ tmux source-file ~/.tmux.conf
You should now be able to use the plugin.