From 3a707ee5aca4f614e5535cec5de9007c3b5a4670 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sat, 9 May 2026 21:58:38 -0400 Subject: [PATCH] chore: add npm to list of programs to restore --- .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 efd49a3..bd29131 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -142,7 +142,7 @@ set -g @continuum-boot-options 'alacritty,fullscreen' # start tmux in fullscr set -g @continuum-restore 'on' set -g @resurrect-strategy-nvim 'session' set -g @resurrect-capture-pane-contents 'on' -set -g @resurrect-processes 'ssh nvim man less tail btop htop vi vim' # space separated list of programs to restore +set -g @resurrect-processes 'ssh nvim man less tail btop htop vi vim npm npx' # space separated list of programs to restore set -g @matryoshka_down_keybind 'M-d' # keybind to disable outer-most active tmux set -g @matryoshka_up_keybind 'M-e' # keybind to enable inner-most inactive tmux