logoalt Hacker News

ivandenysovtoday at 2:23 PM9 repliesview on HN

What are some reasons to pick Sublime Text over Zed for someone not familiar with either?


Replies

dsegotoday at 3:05 PM

Zed pretty much copied everything over from Sublime, so it's pretty much on par. Sublime was one of the first editors to have an uncluttered UI without toolbars, but with advanced features, like multi-cursor editing and the command palette. As a long time sublime users, it still feels superior as it gets lots of small details right, like for example when I do Cmd+P to search for files and scroll through the files it will show a preview, Zed doesn't show a preview until you actually select the file.

show 1 reply
leecommamichaeltoday at 3:15 PM

For me? I already have Sublime Text installed, it works great, and has never not worked great.

show 1 reply
kzalesaktoday at 2:43 PM

Sublime text is what notepad++ wished to be. There are many tasks that do not require a full IDE, not even vscode and sublime just works. Always, consistently, reliably works, is fast and a joy to use.

show 3 replies
audunwtoday at 6:39 PM

I’m using Zed, but I honestly can’t recommend it to anyone yet. They claim 1.0 but in reality it’s still beta software. It is fundamentally broken in how it deals with the file system so the project panel and git panel can easily miss changes, and it’s still not clear if they’ll even address it.

At least it seems the next release might fix the bug where the git panel will jump to a different repo when you click on a file in it. They should seriously have fixed basic stuff like that before releasing 1.0. But they got in lots of cosmetic changes to the markdown viewer.. they really need to consider their priorities

bpevtoday at 3:28 PM

Don't have any metrics or anything, but I use both, and anecdotally, I feel like Sublime is snappier and gives me better battery life.

show 1 reply
gwkingtoday at 6:52 PM

I started using Zed daily about 6 months ago after 10 years of VS Code. VS Code was having idiotic regressions (like randomly inserting a copy of the final line of a file on save) while they were busy pumping out AI features.

Turns out, Zed is also busy pumping out AI features and the code editing experience is degrading. I'm actively shopping for a replacement.

open_today at 3:23 PM

Sublime Text is not aligned with an 'any minute now' pivot to enshittification.

And whatever it does, it does better than Zed, debatably.

mcrktoday at 2:46 PM

If you need to ask this question, that means there is no difference for you. Just choose one and commit.

bigstrat2003today at 4:09 PM

Sublime Text doesn't automatically download and run language servers without your consent. Zed does, and last I looked there's no way to turn that behavior off (the devs said it's an intentional decision to make things easier for users). I am personally of the opinion that it isn't acceptable for software to start pulling in other software without my consent, so I avoid Zed like the plague. The Gram fork of Zed is pretty good, though.