Software 43966 Published by

The popular coding editor Zed has released a major new update, version 0.213.3, which focuses on tangible improvements to enhance usability and reliability. One key feature is the addition of sticky scroll functionality, allowing users to keep related parts of their code visible while scrolling through large files or projects. The update also includes improved visual feedback with notifications and clearer indicators in the Git panel, as well as smoother performance under the hood with better error messages and seamless Git handling. Additionally, the debugger has been upgraded with new configuration options for remote environments, and language support has seen refinement with improvements to Markdown rendering and Rust syntax highlighting.



Zed 0.213.3 released

The popular coding editor Zed has rolled out a major new release. This isn't just about incremental updates; the focus is tangible improvements to streamline work and enhance reliability.

Screenshot_from_2025_05_07_08_03_17

A key usability win involves scope visibility. With sticky scroll enabled via {"sticky_scroll":"enabled"} in your config, you can now keep related parts of your code visible while scrolling, preventing that lost context feeling when working with large files or projects.

For more complex task initiation, multi-word snippet prefixes are now supported too. This makes building and inserting custom code blocks smoother than ever.

Visual feedback across the board is improved. Notifications appear during actions like cloning a repo, and the Git panel provides clearer indicators about commit history changes.

Under the hood, Git handling feels more seamless: blame shows Forgejo/Gitea avatars correctly, automatic signing works by default, and timestamps display better in various dialogs (like branch operations). Better error messages also guide you when issues arise with branches or Bitbucket setups. If you use ACP agents, rest assured that default model selection no longer causes crashes.

The debugger received a favorable upgrade too. LSP tools now leverage relative paths more effectively, and the GDB adapter offers finer control through new configuration options (gdb_path, gdb_args), which is especially advantageous for remote or customized environments.

Language support continues to evolve as well. Markdown can render HTML elements and table captions directly in preview mode, a useful addition. Rust syntax highlighting has also seen refinement, particularly with bang marks in macro calls and clearer lifetime captures during editing.

As always, the team didn't forget about stability either, fixing bugs found across the board: agent panels behave better now, horizontal scrollbars reappear where necessary (especially for code blocks), whitespace filtering handles OpenAI-compatible providers correctly, and that specific macOS 'fn-' shortcut insertion bug is squashed. And for those managing remote server assets via scripts, be aware that Zed's download URL structure has changed to point toward GitHub releases.

Release Zed v0.213.3

This week's release includes a setting to enable sticky scroll for keeping scopes visible at the top of the editor, multi-word snippet prefixes, configurable default models for custom agent profile...

Release v0.213.3 ยท zed-industries/zed