Earlier quoted context omitted.
Mind explaining how / why you have a low DPI monitor? I haven't even seen one in maybe a decade.
1080p is the most popular screen resolution by far, and on regular monitors 1080p is "low DPI". https://store.steampowered.com/hwsurvey
I switched from VSCode to Zed
111–120 of 440 posts
Re: I switched from VSCode to Zed
#112Earlier quoted context omitted.
1080p is the most popular screen resolution by far, and on regular monitors 1080p is "low DPI". https://store.steampowered.com/hwsurvey
It blows my mind that the most ubiquitous computer screen resolution worldwide is considered too niche for decent support by the Zed project. Hopefully that will change in 2026?
Zed “supports” 1080p monitors just fine. Supports is in quotes because it doesn’t need to do anything nor care at all about the count of pixels on the screen.
Re: I switched from VSCode to Zed
#113Sublime is quite good. I have always been using sublime for quick edits, dumping notes etc. But lately I came to appreciate it more as a lightweight IDE. I use go (lsp and some plugins) and ST (sqltools) in addition to package manager and project manager. I like how fast it is, how well polished the editor is. And generally all plug-ins i use work nicely. Also claude helped a lot (eg writing some shortcuts for specif…
I love(d) Sublime and it's still getting updates from time to time, but unfortunately its ecosystem died five ish years ago, its package repository is a lot of "last updated 10 years ago". It's still a viable editor, but without community support it's not going to be good enough long term. That said, ST (and its predecessor, forgot the name) set the standard for "lightweight" (lighter than IDEs) editors - Atom, VS Co…
True, but Zed is the only spiritual successor IMO, Atom and VSCode do not care about speed or snappiness, which is the nicest thing about Sublime Text (for me.)
Re: I switched from VSCode to Zed
#114Re: I switched from VSCode to Zed
#115I've been frustrated by the constant nudges to use specific AI tools from within VS Code, but I made a different change. Rather than moving to a different editor altogether, I started using VS Codium. If you're unfamiliar, it's the open core of VS Code, without the Microsoft-branded features that make up VS Code. I believe Microsoft builds VS Code releases by building VS Codium, and then adding in their own branded f…
That's a good idea. I considered VSCodium but the issue is that I used VSCode's proprietary extensions such as Pylance. So it would require to switch to OSS replacements at which point I decided why wouldn't give Zed a try – it has a better feeling by not being an Electron app. I think VSCodium is a good option if you need extensions not available in Zed.
Re: I switched from VSCode to Zed
#116Re: I switched from VSCode to Zed
#117This article struck a personal chord with me: I bought a new MacBook a week ago and installed minimal software on it, specifically I did not install VSCode and I don’t miss it. I use Emacs exclusively on my new laptop. I have about 40 years experience with Emacs and except for a treemacs automations, I am using my regular setup. VSCode is a great project but I just didn’t feel “happy” while I was using it. I feel hap…
- 40 years experience with Emacs
- the ability to predict that 20 years from when we started we would fall in love with Emacs
- the fortitude of will to overcome the mountainous project that it is to turn Emacs, The text editor "toolkit", into the perfect text editor for you.
Re: I switched from VSCode to Zed
#118Earlier quoted context omitted.
This is interesting to me, because I see this kind of comment on almost every Zed post. I haven't used a low-DPI monitor for like... not sure, but more than a decade, I'm pretty sure, so for me the weird blocker I have with Zed is the "OMG YOU HAVE NO GPU!!!! THIS WILL NOT END WELL!" warning (I run a lot of Incus containers via RDP, and they mostly have no GPU available). But what kind of monitors are you low-DPI peo…
Typical DPIs are still all over the place depending on the demographic. Macs have been ~200dpi forever, while cheap PCs are still mostly ~100dpi, and decent PC setups tend to land somewhere in the middle with ~150dpi displays which are pretty dense but not up to Mac Retina standards. Gamers also strongly favor that middle-ground because the ultra-dense Mac-style panels tend to be limited to 60hz. Zed started out as a…
Unless you use it at 4K, but macOS isn't really usable that way (everything way too small).
But yeah, it's 60Hz. Which has sucked ever since I accidentally got a 120Hz display, so now 60 Hz looks like 30Hz used to...
Monitor Resolution PPI
─────────────────────────────────────────────────────────
31.5" 8K 7680 × 4320 280
27" 5K 5120 × 2880 218
31.5" 6K 5760 × 3240 210
23" 4K 3840 × 2160 192
27" 4K 3840 × 2160 163
34" 5K ultrawide 5120 × 2160 163
31.5" 4K 3840 × 2160 140
39.7" 5K ultrawide 5120 × 2160 140
44.5" 5K ultrawide (LG 45GX950A-B) 5120 × 2160 125
P.S.I had a chance to try that LG 45GX950A-B at Yodobashi Camera in Akihbara the other day, and... that measly 125ppi might overperform at the distance you have to put it at. But then again my 50-year-old eyeballs are starting to be like "anyway you need your glasses bro" so... YMMV
Re: I switched from VSCode to Zed
#119VSCode has really become such a nightmare to use recently I am strongly looking for a way out. Recently I had some odd corruption take place where I had to blow away essenitally my entire VSCode install on my Mac. Going from zero to hero and bootstrapping back to good state should have been trivial with a single conf file that could be used to rehydrate state (like a lockfile for bundler or node) but - particularly with the remote ssh stuff - it becomes a mess. This extension is installed locally but not remotely, this is remote but not local, ... like dude figure it out and just make it all consistent.
I should expect this from Microsoft, though. I did this to myself.
Revisiting Zed... I am glad to see they have SSH support! Going to give it the old college try today. It's absolutely insane to me that they do not have a first-class Debian/Ubuntu apt repo, though. This has been an issue for quite some time.
Re: I switched from VSCode to Zed
#120Zed is great and lightweight, one thing that stops me from it becoming my daily driver is the weak git integration (specifically, the lack of a history tree). From what I understand, eventually those features will get there.