diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 65786df..7d06982 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -35,6 +35,13 @@ bind-key -r C-Right resize-pane -R 5 # remove delay for exiting insert mode with ESC in Neovim set -sg escape-time 10 +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @resurrect-capture-pane-contents 'on' +set -g @continuum-restore 'on' + +run '~/.tmux/plugins/tpm/tpm'