From 858f8b47c5269a744a7168490c968588bfcaf7e5 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Wed, 13 Oct 2021 20:40:21 +0800 Subject: [PATCH] Tmux: Add tmux-resurrect plugin --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 28035c2..9f4be34 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -37,6 +37,7 @@ set -g @plugin 'tmux-plugins/tpm' # plugin manager set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'wfxr/tmux-fzf-url' # fuzzy select url in buffer set -g @plugin 'hallazzang/tmux-reset' +set -g @plugin 'tmux-plugins/tmux-resurrect' #Initialize plugin manager run -b '~/.tmux/plugins/tpm/tpm'