From 92806ac575091839c5f60f48133f09f2a1a5b482 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 31 Dec 2021 15:08:56 -0500 Subject: [PATCH] tmux: add tmux plugins: tpm, tmux_resurrect, tmux-continuum --- dot/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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'