Category: General

How to uninstall vim on mac?

I installed vim on my Mac by using the git clone command: https://github.com/vim/vim.git cd vim/src make However now I want to remove it and re-install vi...