From QED to Neovim
Published on: 2025-06-14 21:27:09
Archive
Using a *nix system's terminal can feel dangerous. If you don't know what you're doing, you may actually leave your system in a state of disrepair. Simultaneously, the terminal can feel incredibly empowering. It peels back a layer of abstraction, offering a direct way to discover and manipulate a system. Since *nix is ubiquitous, learning it once lets you use it practically anywhere.
The Modern Text Editor
Most modern programming requires a method to precisely select, input, and arrange text. Naturally, this tool should become an indispensable piece of software in the programmer's broader suite of authoring and debugging tools.
According to Stack Overflow's 2024 developer survey , Microsoft's Visual Studio Code is the preferred IDE (integrated development environment)— used by 73.6% of respondents. It was also the "most desired"— by 58.7% of respondents. However, Neovim — a modern text-based editor— was ra
... Read full article.