Merge pull request #376 from coldeasy/patch-1

Add extra detail around using MacVim
pull/381/head
Bruno Sutic 2021-02-02 16:00:52 +01:00 committed by GitHub
commit 4a36ded50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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'
> ```