From a241c47ff48c433ab6e007ec271692f4824d368b Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Wed, 14 Dec 2022 11:59:51 +0100 Subject: [PATCH] Add plugin tmux-resurrect --- home/tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/tmux.conf b/home/tmux.conf index c21318c..74179fe 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -77,3 +77,13 @@ set -g message-style 'bg=colour27 fg=white' # set default shell set-option -g default-shell $SHELL + +# save nvim session +set -g @resurrect-strategy-nvim 'session' + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'