From 09255154572f7ba047c32612bc5f816aab09a663 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 13 Jun 2019 07:22:28 +0200 Subject: [PATCH] Add tmux session management plugin Added tmux-resurrect plugin. This allows easy persisting of sessions through a server shutdown. To save a session, use , to restore it . --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cb19a27..e7e445f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -54,6 +54,7 @@ set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'Morantron/tmux-fingers' set -g @plugin 'christoomey/vim-tmux-navigator' +set -g @plugin 'tmux-plugins/tmux-resurrect' run -b "${TMUX_PLUGIN_MANAGER_PATH}/tpm/tpm"