openvi

Portable OpenBSD vi editor for UNIX systems

brewmacoslinux
Try with needOr install directly
Source

About

Portable OpenBSD vi for UNIX systems

Commands

vi

Examples

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