Hacker News new | ask | show | jobs
by gigatexal 510 days ago
Biggest dealbreaker for me using Zed is that it’s not a TUI but a full on GUI app. I might as well just use VSCode with vim bindings at that point.
2 comments

I still prefer neovim+lazy, but Zed is really pretty good and way way way faster than VSCode. Really, my only stumbling block with Zed is simply that while its vim mode is pretty decent, it's not the same as my neovim+lazy setup. However as pointed out in TFA, it looks like the Zed folks are doubling down on the vim bindings:

https://zed.dev/blog/vim-2025

It's be kinda cool if Zed had a TUI mode (in that the rendering engine would generate VT escape sequences).

For me the problem is that it takes several seconds for Zed to open a file from across the network. Mostly just small code files. They are instant when I open them with vim in the terminal. I open so many files that the delay becomes a slog.

I've been editing directly in the terminal for many years and was looking forward to moving back to a real desktop IDE, but I bounced right off of this. Does it not happen for you or it's just not that bad? Does anyone know of a solution?