Go to file
Bruno Sutic 8ba7d6d873
v0.0.2
2014-08-26 16:08:09 +02:00
scripts Error msg if saved session file doesn't exist 2014-08-26 15:52:07 +02:00
CHANGELOG.md v0.0.2 2014-08-26 16:08:09 +02:00
LICENSE.md Initial commit 2014-08-25 21:52:07 +02:00
README.md Add readme 2014-08-26 16:07:04 +02:00
session_saver.tmux Create plugin start script 2014-08-26 12:23:58 +02:00

README.md

Tmux Session Saver

Enables saving and restoring of tmux sessions.

Key bindings

  • prefix + M-s - save
  • prefix + M-r - restore

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.

License

MIT