From 6d7c86055c4b07bde0426214de2fefad6b50fe05 Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Wed, 8 Feb 2023 23:41:49 +0100 Subject: [PATCH] Add tmux resurect plugin --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index a18b76d..c0fdabb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,6 +69,8 @@ set -g message-style 'bold' ### /DESIGN CHANGES ### ####################### +set -g @plugin 'tmux-plugins/tmux-resurrect' + # Plugin manager # If plugin installation does not work, run $TPM/bin/install_plugins set -g @plugin 'tmux-plugins/tpm'