diff --git a/tmux.conf b/tmux.conf index e03250f..fb0d311 100644 --- a/tmux.conf +++ b/tmux.conf @@ -79,15 +79,15 @@ source-file ~/.config/tmux/tmux.colours.conf # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' +# set -g @plugin 'tmux-plugins/tmux-resurrect' +# set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @resurrect-capture-pane-contents 'on' -set -g @resurrect-strategy-vim 'session' -set -g @resurrect-strategy-nvim 'session' -set -g @resurrect-save-shell-history 'off' -set -g @continuum-restore 'on' -set -g @continuum-save-interval '10' +# set -g @resurrect-capture-pane-contents 'on' +# set -g @resurrect-strategy-vim 'session' +# set -g @resurrect-strategy-nvim 'session' +# set -g @resurrect-save-shell-history 'off' +# set -g @continuum-restore 'on' +# set -g @continuum-save-interval '10' # Other examples: # set -g @plugin 'github_username/plugin_name'