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'