diff --git a/docs/restoring_vim_and_neovim_sessions.md b/docs/restoring_vim_and_neovim_sessions.md index f92587f..f84442b 100644 --- a/docs/restoring_vim_and_neovim_sessions.md +++ b/docs/restoring_vim_and_neovim_sessions.md @@ -13,3 +13,7 @@ `tmux-resurrect` will now restore vim and neovim sessions if `Session.vim` file is present. +> If you're using the vim binary provided by MacVim.app then you'll need to set `@resurrect-processes`, for example: +> ``` +> set -g @resurrect-processes '~Vim -> vim' +> ```