ailinks:

Zed/settings

Open a settings page

Jumps to a specific settings page in Zed.

macos · linux · windows · updated 2026-07-12

Format

zed://settings/{settingPath}

Try it

zed://settings/editorOpen

What you supply

{settingPath}optional

Which settings page to open.

Omit it — zed://settings — to open the main settings page.

An unrecognised settings path does not error. It quietly opens the main settings page instead, which means a typo here looks like a working link that went to the wrong place.

There is a sibling, zed://extension/{id}, that opens a specific extension's page — handy for a README that wants to point at the extension it needs.