vis

Vi-like text editor with structural regex and remote editing

brewmacoslinux
Try with needOr install directly
Source

About

Vim-like text editor

Commands

vis

Examples

Open a file for editing$ vis myfile.txt
Create and edit a new file$ vis newfile.c
Open file at specific line number$ vis +10 myfile.txt