Hacker News with Generative AI: Text Editors

Vim vs. Kakoune Puzzles (strongly-typed-thoughts.net)
I have come across Esoteric Vim lately, an article that shows how to perform various advanced text manipulation in Vim. It dates from February 2025, so it’s a recent article about modern Vim. This article shows exactly why I think Vim is outdated, and why I think Kakoune — and by extension, since it’s based on it, Helix as well — has a much better text edition design.
Microsoft's New Text Editor Is a Vim and Nano Alternative (howtogeek.com)
Visual Studio Code: Text Buffer Reimplementation (2018) (visualstudio.com)
The Visual Studio Code 1.21 release includes a brand new text buffer implementation which is much more performant, both in terms of speed and memory usage.
Kilo: A text editor in less than 1000 LOC with syntax highlight and search (github.com/antirez)
Kilo is a small text editor in less than 1K lines of code (counted with cloc).
Microsoft Edit – a simple terminal text editor (written in Rust) (github.com/microsoft)
A simple editor for simple needs.
Edit is now open source (microsoft.com)
Edit is a new command-line text editor in Windows.
TwoFold (2f), CLI text expander/template engine (github.com/ShinyTrinkets)
Kate and Python Language Server (akselmo.dev)
As much as I love Kate editor, as I mentioned in my previous post, setting up Python language server has always been a bit fiddly if you want it to work with virtual environments.
Vim Language, Motions, and Modes Explained (2023) (ssp.sh)
Throughout my time as a developer, I’ve used VS Code, Sublime, Notepad++, TextMate, and others. But shortcuts like cmd(+shift)+end and jumping with option+arrow-keys from word to word needed to be faster at some point.
How I use Kate editor (akselmo.dev)
I love the Kate Text editor. I use it for pretty much all the programming projects I do. Kate has been around for long time now, about 20 years! At least earliest blog post for it I could find was written in 2004.
Technicality (greenend.org.uk)
Technicality is my own personal scalable font, which I use in all my terminal windows and text editors on Linux.
Ed Is the Standard Text Editor (wiki.c2.com)
This site uses features not available in older browsers.
Use GNU Emacs: The Plain Text Computing Environment (lib.uchicago.edu)
Using Emacs is kind of like making a piece of art. You start with a big block and you slowly chip away, bringing it closer and closer to what you want. — Mary Rose Cook
Understanding the Origins and the Evolution of Vi and Vim (pikuma.com)
The history of both Vi & Vim goes hand in hand with the history of open-source software itself. This article is a trip back to the origins of UNIX text editors. Let's look at the important players and historical events that shaped their evolution.
Show HN: Tiptap UI Components – Free React Components for Building Editor UIs (github.com/ueberdosis)
Tiptap UI Components is a library of modular, MIT-licensed React components, templates, and primitives that help you build rich text editor UIs faster, on top of the headless Tiptap framework.
Show HN: Rich text editor as a service – my free side project (texteditors.dev)
Vim is more useful in the age of LLMs (ja3k.com)
Intuitively one might think that vim is less useful in the age of LLMs. The logical chain, which I used to believe, is this:
Automating Interactive Fiction Logic Generation with LLMs in Emacs (tendollaradventure.com)
I automated the creation of transaction tracking logic for an Emacs-based interactive fiction book using an LLM (via gptel).
Neovim 0.11 Is Here (github.com/neovim)
TUI editor and Vim/Neovim alternative (github.com/tauraamui)
A VIM-Like editor for your terminal (chat on Discord)
Bcvi – run vi over a 'back-channel' (2010) (sourceforge.net)
If you use SSH, you might find bcvi useful. This article attempts to describe what it is and why you might use it. Let's start with what it is:
The Rake and its Prongs (2024) (christiantietze.de)
When you type in a text editor, you always type out of some range.
Emacs 30.1 Released (lists.gnu.org)
Version 30.1 of Emacs, the extensible text editor, should now be available from your nearest GNU mirror:
Show HN: Infinite horizontal arrays of text editors (zeminary.com)
We rewrote The NYT text editing library. Then we OSSd it. Then rewrote it again (smoores.dev)
For almost five years, I worked on the New York Times’ rich text editor, Oak.
Ask HN: How do you prompt the "advanced" models (ycombinator.com)
I use the Windsurf IDE, which comes with integrated LLM chat and edit functionality. Ever since I switched to it two months ago and for the three months before that I was using Cursor (similar editor), I have always had better results with Claude.
I miss Vim (leblancfg.com)
I've been using neovim for almost two years now and I'm gonna go out come out and say it. I miss vanilla vim.
What are the dark corners of Vim your mom never told you about? (stackoverflow.com)
There are a plethora of questions where people talk about common tricks, notably "Vim+ctags tips and tricks".
I Miss Vim (leblancfg.com)
I've been using neovim for almost two years now and I'm gonna go out come out and say it. I miss vanilla vim.
I still like Sublime Text (ohdoylerules.com)
I still get people asking me why I use Sublime Text in 2025 given there are soooo many other great editors out there.