Against Powerful Text Editors
lesswrong.com·3h
Flag this post

Published on November 10, 2025 8:11 AM GMT

I have a writing tip! This is especially about writing code but it mostly generalizes to prose. You know how Vim is a wildly powerful editor with an elegant system of composable primitives and Turing-complete macros? Here’s an argument that you don’t actually want that…

Sometimes when coding you’ll find yourself doing some mindless repetitive task like re-indenting a block of code line by line. For that particular example maybe it’s already in your muscle memory to do something more efficient. But suppose it’s something slightly more complicated. In a powerful enough editor there will be a macro you can create on the fly or clever composition of text-manipulation primitives and if you’re good enough at this you’ll look like a w…

Similar Posts

Loading similar posts...