←back to thread

677 points meetpateltech | 2 comments | | HN request time: 0.604s | source
Show context
throwawa14223 ◴[] No.45117173[source]
Zed used to be a good editor but it is increasingly LLM infested.
replies(6): >>45117214 #>>45117243 #>>45117244 #>>45117317 #>>45117359 #>>45117410 #
simonw ◴[] No.45117359[source]
I know what you mean. I used to like Emacs but then they added syntax highlighting for Rust and I don't use Rust so I'll never touch that editor ever again.
replies(2): >>45117426 #>>45117779 #
ar_lan ◴[] No.45117426[source]
The deal breaker for me was when they introduced support for the "delete" key. A real developer should get it right the first time.
replies(1): >>45117746 #
1. pjerem ◴[] No.45117746[source]
IMHO, the delete key can still be useful for other developers "contributions".
replies(1): >>45118218 #
2. ilc ◴[] No.45118218[source]
git revert works better ;)