The first thing you can do is find out where vim has been installed using the which command.
% which vim
/opt/homebrew/bin/vim
If you find that Vim is installed under the homebrew directory, then all you need to do is run the command.
% brew unistall vim
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to vi,
- How to add Colors to VIM (syntax highlighting)
- How to perform Find and Replace using vim Editor
- How to update VIM version on a Mac
- How to Select All Text in Vim/Vi editor
- Guide: Install Vim on Mac
- The Vim (vi) Mac Configuration File Details
- Fix :wq! Vi Error - E32: No file name (when write and quit)
- How to Copy all text to Clipboard in Vim
- How to Uninstall Vim on Mac?
More Posts:
- Fix Error: Unknown command: --cask [Homebrew] - MacOS
- Draw Anything Anywhere - Free Online Drawing Canvas - Tools
- How to check the version of Python Modules - Python
- How to Run PowerShell Script (Mac/Windows/Linux) - Powershell
- Project JDK is not defined [IntelliJ IDEA] - Java
- How to Change Delimiter in CSV File using Notepad++ - NotepadPlusPlus
- Fix: Spring Boot + IntelliJ + Gradle : Unsupported class file major version 64 Error - Gradle
- Command to display epoch time Terminal - Linux