---------------------------------------------------------------- wtf zed sep 25 2025

Zed is my favourite code editor. It's fast, open-source, looks pretty good, and has a good vim mode (I don't actually use this much, but it's nice to have as an option to practice/try it out/hopefully eventually move to using it full time). The catch is that it's venture backed.

Issue #5120 was submitted November 18, 2022 (nearly three years ago at the time of writing). It requests the ability to hide the status and title bar of the editor. It has 288 thumbs-up reactions and extensive discussion supporting it. At first, the Zed employees claimed the title bar could not be removed as it displayed important information to users (why can't users choose to ignore that information?). Later, most of the individual features of the tab bar were either moved or received a setting for removal. The bar is completely empty for me right now! And yet inexplicably, the bar itself must remain.

Recently, Zed user bgub (Ben Gubler) submitted Pull Request #37428 to provide an option for hiding the bar. The solution was accepted and merged by Zed maintainer SomeoneToIgnore. 2 weeks later, they reverted it, citing feedback from the core Zed team saying "there are plans for the new redesign to heavily use the title bar and the new redesign wants it to always be present". This sucks.

I recently saw a fork of Zed called Zedless, focused on improving privacy and being local-first. It is currently marked as in-progress with no releases, with the last activity from the maintainer being over a month ago. I find it unlikely this will become a viable alternative, but I would love to be wrong, and would love to see a setting for hiding the title bar in it.

I almost hope Zed Industries ends up failing. Maybe the community would run the project better, though I would be concerned about maintenance given how complex the project is. (Rust is hard but at least it's popular — I'm not sure how many people would be willing to maintain the bespoke graphics/rendering code for free).

----------------------------------------------------------------