From 0098984a613dd0802b57f15b2f263d6993b729cb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Oct 2022 17:36:24 -0300 Subject: etc/tmux/tmux.conf: Save continuum data once every hour Instead of the default [0] of 15 minutes. [0]: https://github.com/tmux-plugins/tmux-continuum/blob/6e58336c288958a3b1ff7773fb945770126db16e/scripts/variables.sh#L8 --- etc/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/tmux') diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index 3e676d7..08a1bd9 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -89,6 +89,7 @@ bind-key - last # $XDG_DATA_HOME variable isn't allowed by tmux-resurrect set -g @resurrect-dir '~/.usr/share/tmux/resurrect' set -g @continuum-restore 'on' +set -g @continuum-save-interval '60' set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-processes '~ssh ~e "~alot->alot" "~ranger->ranger" "~newsboat->newsboat" "~entr->entr" "~git->git" "~info->info"' run-shell ~/dev/tmux/tmux-resurrect/resurrect.tmux -- cgit v1.2.3