← Wu

Docs

Wu is a fork of Zed. Everything that is not listed on this page works the way it does in Zed, so the Zed documentation is the reference for settings, key bindings, languages, extensions, tasks, debugging, and remote development.

What is removed

If a setting or key binding from the Zed docs belongs to one of these features, it has no effect in Wu.

What is different

Names and paths

ZedWu
Command linezedwu
Settings (macOS, Linux)~/.config/zed~/.config/wu
Settings (Windows)%APPDATA%\Zed%APPDATA%\Wu
App data (macOS)~/Library/Application Support/Zed~/Library/Application Support/Wu
Project settings.zed/.wu/

Wu and Zed can be installed side by side. They do not share settings, so copy your settings.json and keymap.json over if you want the same setup in both.

What is the same

License

Wu is distributed under the same terms as Zed: GPL-3.0-or-later, with Apache-2.0 components where marked.