April 24, 2026
VS Code, but make it terminal?
Nev – keyboard focused GUI and terminal text editor
Commenters say it’s “VS Code in a terminal” while nitpickers poke the fine print
TLDR: A solo developer released Nev, a keyboard-focused editor that runs in a window or the terminal with built-in debugging. Commenters split between awe at the “VS Code in the console” vibe and skepticism over file-saving quirks and setup hurdles—turning a hobby project into the week’s editor flame-spark.
A solo dev just dropped Nev—a fast, keyboard-first code editor built in Nim that runs both in a window and right inside the terminal. It crams in big-league features: code help via LSP (language server protocol), colorful syntax highlighting, debugging through DAP, a built-in terminal, Git tools, and even plugins. The vibe? Pure spectacle. One user blinked and said it looks like VS Code “in the console,” while another called the flashy text interface a fever dream and admitted the in-terminal debugging “blew my mind.”
Then came the plot twist: a sharp-eyed commenter zoomed in on the small print—Nev currently saves files in just one style and skips certain line endings (the Windows flavor). Cue the engineers: “That’s trivial,” one insisted, questioning why it’s even a limitation. And just like that, the thread turned into a showdown between the wow-factor crowd and the “but what about the edge cases?” squad. Add in the pragmatic caveats—manual setup for language and debug tools, Treesitter parser hoops, Windows/Linux only, and a big “use at your own risk”—and you’ve got classic editor drama. The community mood swings from “this is the future of terminal apps” to “great demo, call me when it’s ready,” with the usual jokes about “yet another editor” and keybinding brain gymnastics spicing up the comments.
Key Points
- •Nev is a keyboard-driven text editor written in Nim that runs in both terminal and GUI modes.
- •It integrates developer tools like Git, Treesitter syntax highlighting, LSP, DAP debugging, and supports WASM plugins.
- •Supported platforms are Windows and Linux; ripgrep is required for global search.
- •Installation is via downloading the latest release or building from source, with quick-start CLI usage provided.
- •Current limitations include UTF-8-only saving without carriage returns, manual setup for LSP/DAP, and Emscripten needed for Treesitter parsers.