ddec72ecbe72d892707ef7a1930762bd512b3cfb
Release Notes: - linux: Render keystrokes more consistently Before (note the added extra vertical padding, the + instead of the -, and the misalignment between the text and the icons) <img width="354" alt="Screenshot 2025-02-18 at 23 17 57" src="https://github.com/user-attachments/assets/924cf08f-8204-4503-8052-abaa7686e644" /> After (note the lack of those things): <img width="322" alt="Screenshot 2025-02-18 at 23 15 48" src="https://github.com/user-attachments/assets/5b20a6f2-757b-44d2-a888-f495523b688d" /> I still think we might want to go "vim-mode" always, because the capital letters are pretty noisy, but that does mean the letters don't match what's on the keyboard (though they *do* match the keyboard config files) <img width="312" alt="Screenshot 2025-02-18 at 23 16 59" src="https://github.com/user-attachments/assets/cf6f150c-20bc-4492-adb9-fb5c5bdce351" />
Zed
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Installation
On macOS and Linux you can download Zed directly or install Zed via your local package manager.
Other platforms are not yet available:
- Windows (tracking issue)
- Web (tracking issue)
Developing Zed
- Building Zed for macOS
- Building Zed for Linux
- Building Zed for Windows
- Running Collaboration Locally
Contributing
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
Licensing
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:
- Is it showing a
no license specifiederror for a crate you've created? If so, addpublish = falseunder[package]in your crate's Cargo.toml. - Is the error
failed to satisfy license requirementsfor a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to theacceptedarray inscript/licenses/zed-licenses.toml. - Is
cargo-aboutunable to find the license for a dependency? If so, add a clarification field at the end ofscript/licenses/zed-licenses.toml, as specified in the cargo-about book.
Description
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Readme
586 MiB
Languages
Rust
94.7%
JSON-with-Comments
3.1%
Inno Setup
0.6%
Scheme
0.5%
Shell
0.3%
Other
0.4%