diff --git a/dot/.tmux.conf b/dot/.tmux.conf index 8bea072..748c4c6 100644 --- a/dot/.tmux.conf +++ b/dot/.tmux.conf @@ -89,3 +89,9 @@ bind-key -T copy-mode-vi C-l select-pane -R #bind c new-window -c "#{pane_current_path}" bind '%' split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @resurrect-strategy-vim 'session' +set -g @plugin 'tmux-plugins/tmux-continuum' +run '~/.tmux/plugins/tpm/tpm'