From e73b5d14a8e69c59ffa726832f7c87411dea29a7 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 4 Jun 2025 19:09:11 -0700 Subject: [PATCH] Include `nvim` in tmux-resurrect --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2f859a8..fba2487 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -55,7 +55,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' set -g @continuum-boot 'on' -set -g @resurrect-processes 'ssh nano k9s' +set -g @resurrect-processes 'ssh nano k9s nvim' # Open Links set -g @plugin 'tmux-plugins/tmux-open'