Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tmux-continuum
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Salzmann-Jaeckel
tmux-continuum
Commits
232c8df7
Unverified
Commit
232c8df7
authored
Feb 12, 2015
by
Bruno Sutic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to disable autosave
parent
1588471e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
CHANGELOG.md
CHANGELOG.md
+1
-0
README.md
README.md
+16
-3
No files found.
CHANGELOG.md
View file @
232c8df7
...
...
@@ -7,3 +7,4 @@
-
add a check for tmux version to the initializer script
-
when interval is set to '0' autosave is disabled
-
bugfix: helper files not loaded
-
update readme with the instructions how to disable auto saving
README.md
View file @
232c8df7
...
...
@@ -76,11 +76,24 @@ Most likely no. A regular save file is in the range of 5Kb. That said, it
would be good to clean out old save files from
`~/.tmux/resurrect/`
dir from
time to time.
### Configuration
> How do I change the save interval to i.e. 1 hour?
-
set the save interval to 60 minutes (the default is 15, the number is always in minutes)
The interval is always measured in minutes. So setting the interval to
`60`
(minutes) will do the trick. Put this in
`.tmux.conf`
:
set -g @resurrect-auto-save-interval '60'
set -g @resurrect-auto-save-interval '60'
and then source
`tmux.conf`
by executing this command in the shell
`tmux source ~/.tmux.conf`
.
> How do I stop automatic saving?
Just set the save interval to
`0`
. Put this in
`.tmux.conf`
set -g @resurrect-auto-save-interval '0'
and then source
`tmux.conf`
by executing this command in the shell
`tmux source ~/.tmux.conf`
.
### Other goodies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment