Add extra detail around using MacVim

pull/376/head
Colin Deasy 2021-02-01 15:34:21 +00:00 committed by GitHub
parent e4825055c9
commit 76656c510b
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'
> ```