Add plugin tmux-resurrect

This commit is contained in:
Augusto Gunsch 2022-12-14 11:59:51 +01:00
parent d67b1f3581
commit a241c47ff4
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 10 additions and 0 deletions

View File

@ -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'