Skip to content

Commit 4a36ded

Browse files
authored
Merge pull request #376 from coldeasy/patch-1
Add extra detail around using MacVim
2 parents e482505 + 76656c5 commit 4a36ded

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/restoring_vim_and_neovim_sessions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
`tmux-resurrect` will now restore vim and neovim sessions if `Session.vim` file
1414
is present.
1515

16+
> If you're using the vim binary provided by MacVim.app then you'll need to set `@resurrect-processes`, for example:
17+
> ```
18+
> set -g @resurrect-processes '~Vim -> vim'
19+
> ```

0 commit comments

Comments
 (0)