v

Lightweight Vi-like text editor with modern features

brewmacoslinux
Try with needOr install directly
Source

About

Z for vim

Commands

v

Examples

Open a file for editing$ v myfile.txt
Create and edit a new file$ v newfile.md
Open file at specific line number$ v +42 myfile.txt