-
main
Stablereleased this
2025-10-14 11:48:16 +02:00 | 3 commits to main since this releaseZed Editor 0.207.4
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.207.4/zed-editor_0.207.4_amd64.deb sudo apt install ./zed-editor_0.207.4_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- By default, Zed will now keep your terminal selection after copying text from it. This matches the default copy behavior of many terminals (Terminal.app, Ghostty, VS Code's terminal, etc.). To opt into the previous behavior, use
"terminal": {"keep_selection_on_copy": false}.- Thanks for the heads-up, Steve Ruiz!
Downloads
- By default, Zed will now keep your terminal selection after copying text from it. This matches the default copy behavior of many terminals (Terminal.app, Ghostty, VS Code's terminal, etc.). To opt into the previous behavior, use