From d6fe92a1f9c60a7308db7456dbf2a069b6f663ea Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 4 Mar 2020 09:26:42 +0000 Subject: [PATCH] tmux: add continuum --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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'