Add plugin tmux-resurrect
This commit is contained in:
parent
d67b1f3581
commit
a241c47ff4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue