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