Skip to content

Specify command to set save-interval #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ Tested and working on Linux, OSX and Cygwin.

#### Continuous saving

Tmux environment will be saved at the interval of 15 minutes. All the saving
happens in the background without the impact to your workflow.
To setup continuous saving set an interval (in minutes) in your
`tmux.conf` file:

set -g @continuum-save-interval '15'

All the saving happens in the background without the impact to your workflow.
It is recommended that you don't set the interval *too* low to keep
continuum from overwriting your existing resurrect save on starting tmux.


This action starts automatically when the plugin is installed.

#### Automatic tmux start

Expand Down