vi - Vi in Go
vi is an attempt to implement a vim-like text editor in Go, while maintaining a lean feature set.
The project is still in its early days and definitely not suitable for daily use yet.
It is a fork of vigo which itself is based
on nsf's religious godit
Quick Start
$ go install git.mills.io/prologic/vi/cmd/vi@latest
Building
In the project directory, you can build vi by running go build ./cmd/vi/...
.
This will produce a vigo
binary which you can run with ./vi
.
License
vi is licensed under the MIT License