Zed/settings
Open a settings page
Jumps to a specific settings page in Zed.
Format
zed://settings/{settingPath}Try it
zed://settings/editorOpenWhat you supply
{settingPath}optionalWhich 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.