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.
git clone https://github.com/dayanez/Verti cd Verti make buildRequires Go 1.25+ and a cgo-capable C compiler (Zig, gcc, or clang).
Ctrl+B | Toggle the file explorer |
Ctrl+J | Toggle the embedded shell |
Ctrl+P | Toggle the paint overlay |
Ctrl+S / Ctrl+O | Save / Save As |
Ctrl+Z / Ctrl+Y | Undo / redo |
Ctrl+F / Ctrl+R | Find / replace all |
Ctrl+/ | Toggle comment |
Ctrl+Q | Quit |
Full keymap is on the README, or press F1 inside the editor.