-
main
Stablereleased this
2025-12-19 03:01:47 +01:00 | 0 commits to main since this releaseZed Editor 0.217.3
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.217.3/zed-editor_0.217.3_amd64.deb sudo apt install ./zed-editor_0.217.3_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- Agent: Allowed pasting code without formatting via
ctrl/cmd+shift+v. (#45254) - Agent: Fixed an issue where pasting a single line of code would always insert an @mention. (#45254)
- Fixed certain rust-analyzer snippets not shown. (#45229)
- Fixed bracket colorization not applied on initial file open. (#45190)
Downloads
- Agent: Allowed pasting code without formatting via