From 7c5e4cefd3aa4cfe48b0c8d118594cf6117b7237 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sat, 23 Mar 2019 14:21:02 -0400 Subject: [PATCH] Added tmux-resurrect --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 5d547b4..7c27145 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,6 +8,7 @@ set-option -g status-right-length 90 # 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 'egel/tmux-gruvbox' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)