vim

Highly configurable text editor with Vi compatibility and extensive features

brewmacoslinux
Try with needOr install directly
Source

About

Vi 'workalike' with many additional features

Commands

vimvivimdiffex

Examples

Open a file for editing$ vim myfile.txt
Compare two files side by side$ vimdiff file1.txt file2.txt
Open vim with syntax highlighting for a specific filetype$ vim -c 'set filetype=python' script.py