Skip to content
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