Preview Builds of the Zed Editor Now Available for Linux
21–30 of 44 posts
Re: Preview Builds of the Zed Editor Now Available for Linux
#22Is anyone using zed with success? I tried to use but it seemed slow to search compared to sublime. Lots of features were nicer, but search is my most used feature. From all the other possibilities, this seem the one that I am more inclined to successfully transition to. I really liked sublime when I switched, but now it feels stuck in the past. I am waiting for the right time to try again. If you are using and liking…
Search hasn't been an issue for me yet. It feels instant and I like that I can use my keyboard for browsing search results in one view, just like in Sublime. Might depend on the project size, although I use it on bigger projects, too.
The one thing I'm missing is Git support. After getting used to Gitlens, it's really hard to move back to the command line.
Re: Preview Builds of the Zed Editor Now Available for Linux
#23I like Zed a lot but decided not to keep it because it has a direct connection with an AI assistant via a separate AI chat window/console. I prefer my software not to have any AI in it -- at least make it something that can be removed from the interface like in VS Code (Copilot there is optional).
Re: Preview Builds of the Zed Editor Now Available for Linux
#24I’m using Zed on macOS and like it so far. Only thing I wish they add is remote development like VSCode has. Zed seems to be focusing on collaborative development and the integrated AI assistant, but feels like remote programming is something closer to a lot more people’s use cases. I’d be willing to pay for a seamless remote experience with Zed.
Re: Preview Builds of the Zed Editor Now Available for Linux
#25Re: Preview Builds of the Zed Editor Now Available for Linux
#26Zed came really close to being an open-source editor I can use for now, and the Sublime Text key binding was an icing on the cake. Unfortunately, with its regular nudges to do this, do that, install this, install that -- I gave up on it and went back to Sublime Text. ST is just there, super-fast, loads anything I throw in, and just silent - no nothing.
Re: Preview Builds of the Zed Editor Now Available for Linux
#27Zed certainly seems interesting! I wonder though if it's enticing enough to leave Emacs' versatile configurability and introspection abilities behind. I don't think Zed has any way to extend its behavior beyond configuration options, and if it doesn't have a scripting language to go with it now, then it seems quite unlikely it will have a good one in the future either. Based on another comment here I did some more se…
I guess there are different hats emacs users wear, or things that are in Emacs' favour.
e.g. in terms of "Emacs is just a good tool", it's very good at being a keyboard-driven tool.
If these fancy features like multiplayer catch on, I'd expect someone would figure out a way to do something like that in Emacs.
It's probably due to Emacs being so customisable that allowed it to get Magit, which is an outstandingly good user interface for Git.
Re: Preview Builds of the Zed Editor Now Available for Linux
#28Has anyone been able to run it? I'm getting reports of things not being implemented for Linux: [2024-05-06T14:00:34+02:00 ERROR util] crates/zed/src/main.rs:192: could not find git binary path Caused by: Platform ::path_for_auxiliary_executable is not implemented yet [2024-05-06T14:00:34+02:00 ERROR util] crates/settings/src/settings_file.rs:76: EOF while parsing a value at line 1 column 0 [2024-05-06T14:00:34+02:00…
Re: Preview Builds of the Zed Editor Now Available for Linux
#29It's written in some GUI framework where I'm unable to resize, maximize or minimize the window.
…is currently on top of their Linux roadmap.
Re: Preview Builds of the Zed Editor Now Available for Linux
#30Has anyone been able to run it? I'm getting reports of things not being implemented for Linux: [2024-05-06T14:00:34+02:00 ERROR util] crates/zed/src/main.rs:192: could not find git binary path Caused by: Platform ::path_for_auxiliary_executable is not implemented yet [2024-05-06T14:00:34+02:00 ERROR util] crates/settings/src/settings_file.rs:76: EOF while parsing a value at line 1 column 0 [2024-05-06T14:00:34+02:00…
I get those too, but the Zed window is still open and I'm able to edit a file just fine. I'm on Fedora 38 FWIW.
EDIT: Yes, I was missing a driver. I had a driver installed (amdvlk), but that apparently didn't work, and vulkan-radeon does.