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'