pyvim

A pure Python implementation of Vim text editor

brewmacoslinux
Try with needOr install directly
Source

About

Pure Python Vim clone

Commands

pyvim

Examples

Open a file for editing$ pyvim myfile.txt
Create and edit a new Python file$ pyvim script.py
Open pyvim without a file (blank editor)$ pyvim