From 7c1fd81fc114113db389f8b8dfd6a377d402c0c0 Mon Sep 17 00:00:00 2001 From: Henry Baughman Date: Sun, 21 Aug 2016 19:28:59 -0400 Subject: [PATCH] Specify command to set save-interval [Issue 24](https://github.com/tmux-plugins/tmux-continuum/issues/24) (and my own experience) show that setting a `@continuum-save-interval` manually is now necessary. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 445fc13..408d58e 100644 --- a/README.md +++ b/README.md @@ -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