From de3a7ceccc771b9285938a87e4bc4a5f5be2bede Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Mon, 20 Sep 2021 20:13:04 -0400 Subject: [PATCH] added tmux resurrect/continuum --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ee1d068..a881d03 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -50,6 +50,8 @@ set -g bell-action none # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm'