From b564655bcadcbc94acf8afdc5873da9a05d82427 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Feb 2024 19:12:31 +0000 Subject: [PATCH] tmux: suppress save and restore activity --- tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7d06982..e6342e7 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,10 +36,10 @@ bind-key -r C-Right resize-pane -R 5 set -sg escape-time 10 set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @resurrect-capture-pane-contents 'on' -set -g @continuum-restore 'on' +# set -g @plugin 'tmux-plugins/tmux-resurrect' +# set -g @plugin 'tmux-plugins/tmux-continuum' +# set -g @resurrect-capture-pane-contents 'on' +# set -g @continuum-restore 'on' run '~/.tmux/plugins/tpm/tpm'