A terminal-based text editor written in Go, inspired by Vim.
gvim-demo.mov
Note
Its really early :)
:w- write to opened file (open viagvim ./some-file.txt):q- quit (or CTRL+C)
o&O(line inserts)$&0(line jumps)hjkl- arrow navigation
Download binary from latest release
./gvim ./some-file.txt- Go 1.25.4
- just - task runner
just buildProject uses a debug log utility for development:
utils.Debuglog("cursor x = %v, cursor y = %v", x, y)# read current debug output
just debug