command-palette.md

 1---
 2title: Command Palette - Zed
 3description: Access any Zed action from the command palette. Fuzzy search commands, key bindings, and editor actions.
 4---
 5
 6# Command Palette
 7
 8The 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}.
 9
10![The opened Command Palette](https://zed.dev/img/features/command-palette.jpg)
11
12To 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.
13
14Any 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.