diff --git a/tmux.conf b/tmux.conf index 398bc66..790c987 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,6 +10,7 @@ bind r source ~/.tmux.conf\; display "~/.tmux.conf sourced!" 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 -q @plugin 'tmux-plugins/tmux-sidebar' # set -g @plugin 'christoomey/vim-tmux-navigator' @@ -19,5 +20,8 @@ set -q @plugin 'tmux-plugins/tmux-sidebar' # set -g @plugin 'git@github.com/user/plugin' # set -g @plugin 'git@bitbucket.com/user/plugin' +set -g @resurrect-strategy-vim 'session' +set -g @continuum-restore 'on' + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm'