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'