diff --git a/.tmux.conf b/.tmux.conf index 55aae3a..b3989ba 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -56,8 +56,11 @@ set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'MunifTanjim/tmux-mode-indicator' set -g @plugin 'tmux-plugins/tmux-resurrect' + set -g @resurrect-dir "~/.tmux/resurrect" set -g @resurrect-capture-pane-contents 'on' +# for neovim +set -g @resurrect-strategy-nvim 'session' set -g @dracula-show-ssh-session-port true