Zed, a fast and agent-focused editor, an alternative to Visual Studio Code

Why use Zed editor?

  1. Fast as it’s built using Rust which leverages multiple CPU cores and GPU.
  2. Threads panel enable you to have multiple agent threads running and easily navigate between them in one or multiple projects..
  3. Free live collaboration by signing into Github.
  4. Minimalist UI and less cluttered.

Why not use Zed?

  1. You prefer other IDEs like Neovim and Helix
  2. Limited number of themes and extensions
  3. Need to set up again and slight learning curve
  4. Some minor bugs like Cmd+B will close left panel regardless of cursor position while Cmd+R needs cursor to be in right panel in order to close it.

How to move file structure to left side



How to move agent thread to right side



On the top left, navigate between multiple projects



Navigate between different worktrees



And navigate between different branches and stashes



Open threads sidebar by pressing Cmd+Opt+J

Open extensions by pressing Cmd+Shift+X or Cmd+Shift+P and searching for extension

Open themes by pressing Cmd+K+T or Cmd+Shift+P and searching for theme

Personally, I’m using Godot theme

Share this Post