Basic VI like editor, written in go (golang) using fortio/terminal ansipixels
For now it's more like "Demo of how to create something that looks/feel a bit like vi in a few hours" than a working editor... but... wip
Get one of binary releases
Or from go:
go install fortio.org/gvi@latest
Or brew:
brew install fortio/tap/gvi
Or docker:
docker run -ti fortio/gvi
For detailed development guidelines, Unicode handling, debugging instructions, and architecture documentation, see DEVELOPMENT.md.
Quick test command:
LOGGER_LEVEL=debug go test -count 1 -v ./...