Verti

Verti

Verti is a fast, minimal terminal code editor written in Go. Gap buffer editing, real tree-sitter syntax highlighting, a file explorer, and an embedded shell, all in one static binary. No LSP, no plugins, no telemetry, just a keyboard-driven editor for getting work done.

Download

Grab a binary for Linux, macOS, or Windows from the releases page.

Or build from source

git clone https://github.com/dayanez/Verti
cd Verti
make build
Requires Go 1.25+ and a cgo-capable C compiler (Zig, gcc, or clang).

Keybindings

Ctrl+BToggle the file explorer
Ctrl+JToggle the embedded shell
Ctrl+PToggle the paint overlay
Ctrl+S / Ctrl+OSave / Save As
Ctrl+Z / Ctrl+YUndo / redo
Ctrl+F / Ctrl+RFind / replace all
Ctrl+/Toggle comment
Ctrl+QQuit

Full keymap is on the README, or press F1 inside the editor.