Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Find a file
Thorsten Ball 7fb9549098
vim: Fix d shift-g not deleting until EOD if soft-wrap is on (#20160)
This previously didn't work: `d G` would delete to the end of the "first
of the soft-wrapped lines" of the last line.

To fix it, we special case the delete behavior for `shift-g`, which is
what Neovim also seems to do.


Release Notes:

- Fixed `d G` in Vim mode not deleting until the actual end of the
document if soft-wrap is turned on.
2024-11-05 14:47:14 +01:00
.cargo
.cloudflare
.config
.github docs: Add redirect for /conversations (#20170) 2024-11-04 09:56:07 -05:00
.zed
assets assistant: Adjust the toolbar design (#20101) 2024-11-05 09:07:26 -03:00
crates vim: Fix d shift-g not deleting until EOD if soft-wrap is on (#20160) 2024-11-05 14:47:14 +01:00
docs Fix a typo (#20210) 2024-11-05 02:02:50 +02:00
extensions Add inclusive range scope overrides. Don't auto-close quotes at the ends of line comments (#20206) 2024-11-04 15:36:39 -08:00
legal
nix
script Add possibility to build without musl (#19813) 2024-11-01 09:25:45 +02:00
tooling/xtask
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap Add michael@zed.dev to .mailmap (#20119) 2024-11-04 09:17:53 +02:00
Cargo.lock Fix toolchain detection for worktree-local paths (#20229) 2024-11-05 14:25:18 +01:00
Cargo.toml Fix toolchain detection for worktree-local paths (#20229) 2024-11-05 14:25:18 +01:00
clippy.toml
CODE_OF_CONDUCT.md Remove community content from docs and point to zed.dev (#19895) 2024-10-29 09:44:58 -04:00
compose.yml
CONTRIBUTING.md Remove community content from docs and point to zed.dev (#19895) 2024-10-29 09:44:58 -04:00
Cross.toml
debug.plist
default.nix
docker-compose.sql
Dockerfile-collab
Dockerfile-collab.dockerignore
Dockerfile-cross
Dockerfile-cross.dockerignore
Dockerfile-distros
Dockerfile-distros.dockerignore
flake.lock
flake.nix
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile
Procfile.postgrest
README.md
renovate.json
rust-toolchain.toml
shell.nix
typos.toml

Zed

CI

Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.


Installation

Packaging status

On macOS and Linux you can download Zed directly or install Zed via your local package manager.

Other platforms are not yet available:

Developing Zed

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 specified error for a crate you've created? If so, add publish = false under [package] in your crate's Cargo.toml.
  • Is the error failed to satisfy license requirements for 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 the accepted array in script/licenses/zed-licenses.toml.
  • Is cargo-about unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml, as specified in the cargo-about book.