From 78666a4dd04b51cb50b22c715ff05c656dc154be Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 18 Feb 2024 21:38:12 +0000 Subject: [PATCH] tmux: add session retention --- tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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'