[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@harrisonqian / Tools Stack / wiki/tmux-continuum.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # tmux-continuum companion to [[tmux-resurrect]]. auto-saves the tmux environment every 15 minutes and auto-restores on tmux server start. **config:** ``` set -g @continuum-restore 'on' set -g @continuum-save-interval '15' ``` **why both resurrect and continuum:** resurrect gives you manual save/restore control. continuum makes it automatic so you never lose more than 15 minutes of layout changes if your machine crashes.