vile

Vi-like text editor with Emacs features for terminal-based editing

brewmacoslinux
Try with needOr install directly
Source

About

Vi Like Emacs Editor

Commands

vile

Examples

Open a file for editing$ vile filename.txt
Create and edit a new file$ vile newfile.c
Open file at specific line number$ vile +42 filename.txt