Tmux: Add tmux-resurrect plugin

This commit is contained in:
Hedy Li 2021-10-13 20:40:21 +08:00
parent a84da9d4a0
commit 858f8b47c5
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ set -g @plugin 'tmux-plugins/tpm' # plugin manager
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'wfxr/tmux-fzf-url' # fuzzy select url in buffer
set -g @plugin 'hallazzang/tmux-reset'
set -g @plugin 'tmux-plugins/tmux-resurrect'
#Initialize plugin manager
run -b '~/.tmux/plugins/tpm/tpm'