tmux-resurrect icon indicating copy to clipboard operation
tmux-resurrect copied to clipboard

nvim is not ressurected

Open 0rtz opened this issue 4 years ago • 2 comments

Is there a way to resurrect nvim process that is ran like this: zsh->nnn(file manager)->nvim? Is it possible to specify custom save and restore strategy for example?

0rtz avatar Sep 17 '21 22:09 0rtz

In your tmux.config

set -g @plugin 'tmux-plugins/tmux-resurrect

set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-capture-pane-contents 'on'
set -g @resurect-processes 'nvim zsh'

It even resurects my nested terms like bash -> zsh -> nvim

Areskul avatar Mar 24 '22 16:03 Areskul

^ this doesn't work for me

erikc96 avatar Jun 11 '22 05:06 erikc96