added tmux resurrect/continuum

This commit is contained in:
minhtrannhat 2021-09-20 20:13:04 -04:00
parent e1075f2188
commit de3a7ceccc
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9

View File

@ -50,6 +50,8 @@ set -g bell-action none
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin "arcticicestudio/nord-tmux" set -g @plugin "arcticicestudio/nord-tmux"
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'