From bfe1672cbbf82fdb6ce5e1545ca896f53a610d6f Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 9 Jul 2020 18:12:12 +0800 Subject: [PATCH] Add tmux plugin: resurrect --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 610133e..11691cd 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -163,6 +163,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'christoomey/vim-tmux-navigator' +set -g @plugin 'tmux-plugins/tmux-resurrect' # Other examples: # set -g @plugin 'github_username/plugin_name'