From bf61c77ad729b70cde38146f0c231c118bd90d7a Mon Sep 17 00:00:00 2001 From: Charles D Date: Mon, 5 Jun 2023 14:58:40 -0400 Subject: [PATCH] enable option to restore nvim via resurrect --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2057017..7fd0a8e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -61,5 +61,6 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every set -g @themepack 'powerline/default/cyan' set -g @continuum-restore 'on' +set -g @resurrect-strategy-nvim 'session' run '~/.config/tmux/plugins/tpm/tpm'