I’ve also recently switched (largely) from Vim to Zed and I also think that Zed is in many ways great. At the same time it’s been pretty frustrating to use an editor that is spending so much time building AI integrations, REPLs, and so fourth when basic things like cut and paste and common Vim motions still have so many bugs. I’d love to see them prioritize getting the basics solid first.
Leaving Neovim for Zed
31–40 of 331 posts
Re: Leaving Neovim for Zed
#32I tried leaving vim for Helix but turns out it's not curated at my employer's site so I'm back to using vim. Zed would be even worse considering it's a desktop app. There is the option of using vscode but I'm one of those aliens who absolutely dislike that program.
> Helix would be even worse considering it's a desktop app.
Helix is a terminal app.Re: Leaving Neovim for Zed
#33I tried leaving vim for Helix but turns out it's not curated at my employer's site so I'm back to using vim. Zed would be even worse considering it's a desktop app. There is the option of using vscode but I'm one of those aliens who absolutely dislike that program.
> Helix would be even worse considering it's a desktop app. Helix is a terminal app.
Re: Leaving Neovim for Zed
#34I die inside whenever I use `\ ` for word boundary regex. Neovim has no plans to change this either. I'll likely switch eventually so I don't have to know two flavors of regex. One is hard enough.
Re: Leaving Neovim for Zed
#35Till then, Sublime Text 4 is still the best non-terminal text editor I've ever used and I continue to daily drive it. Sure its paid and non-FOSS, but its incredibly performant on Linux and Windows and its LSP extension + Sublime Merge fill the gap left by VSCode for me. Well worth the price tag IMO.
Re: Leaving Neovim for Zed
#36I’ve also recently switched (largely) from Vim to Zed and I also think that Zed is in many ways great. At the same time it’s been pretty frustrating to use an editor that is spending so much time building AI integrations, REPLs, and so fourth when basic things like cut and paste and common Vim motions still have so many bugs. I’d love to see them prioritize getting the basics solid first.
Yeah I feel the same way. The fact that Zed uses the system clipboard as the default register in vim mode, for instance, made it impossible to use in practice for me -- having every yank replace my clipboard was a bit of a nightmare!
Re: Leaving Neovim for Zed
#37Re: Leaving Neovim for Zed
#38Re: Leaving Neovim for Zed
#39Re: Leaving Neovim for Zed
#40In my career, I have used text editors including vim which I still very much enjoy and both Eclipse and IntelliJ when I used to code in Java which I also enjoyed.
VSCode seems to me to be as slow than a full IDE - too slow to be a nice editor - while having less features and an inferior UI to a full IDE. I don’t get it. Is it because so many languages don’t have a good IDE so people have come to accept the subpar editor+plugin experience?