We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew install --cask macvim-app
brew install macvim
You can also do the same in the terminal by using the GitHub command-line tool gh:
gh
gh run download \ -R macvim-dev/macvim -n MacVim.dmg \ $(gh run list -R macvim-dev/macvim -w ci-macvim.yaml -L 1 -e push -b master -s success --json databaseId -q '.[0].databaseId')
Note: This version of MacVim is not signed/notarized and is intended for testing only. You will have to manually go to macOS Security settings and allow it to be run, or use the terminal command xattr -d com.apple.quarantine MacVim.app. Only do this if you are comfortable with in-development builds and want to try out the latest work-in-progress features and fixes.
xattr -d com.apple.quarantine MacVim.app
If you installed MacVim using the recommended official binary release, you can simply remove /Applications/MacVim.app. Additionally, you can optionally remove the following files and folders in ~/Library to remove all traces of the program:
/Applications/MacVim.app
~/Library
Caches/org.vim.MacVim/
Preferences/org.vim.MacVim.plist
Preferences/org.vim.MacVim.LSSharedFileList.plist
WebKit/org.vim.MacVim/
HTTPStorages/org.vim.MacVim/
Otherwise, follow the instructions of the package manager (e.g. Homebrew) that you used.