command-palette.md


title: Command Palette - Zed description: Access any Zed action from the command palette. Fuzzy search commands, key bindings, and editor actions.

Command Palette

The Command Palette is the main way to access actions in Zed. Its keybinding is one of the first shortcuts to learn: {#kb command_palette::Toggle}.

The opened Command Palette

To try it, open the Command Palette and type new file. The command list should narrow to workspace: new file. Press Return to create a new buffer.

Any time you see instructions that include commands of the form zed: ... or editor: ... and so on that means you need to execute them in the Command Palette.