Photo by
Alex Knight
on
Unsplash |
As previously seen, Vim is not very popular among developers and sysadmins.
Turns out that Vim's also very popular with Mac users too! On this post we'll
learn how to setup Vim on your Mac.
Requirements
To install Vim on your Mac you'll need Homebrew installed. It's a pretty straightforward install and simplifies a lot our Vim install.
Installing Vim
With Homebrew installed, installing Vim is simple. Open a terminal and type:
Testing the Install
With Vim installed, next step is to test if it's running with:
Exiting Vim
In case it's your first time with Vim, to exit press:
Listing installed features
It's also possible to list which features are installed in your setup by running:
Conclusion
One this post we reviewed how to install Vim on a Mac using Homebrew. We hope it helps!