Skip to main content

Essential Shortcuts

Mode & Model

Command Palette

Open with Cmd+K (macOS) or Ctrl+K (Windows/Linux). The command palette is your quick-access hub.

Actions

  • Switch between recent chats
  • Switch between projects
  • Open settings
  • Toggle code editor
  • Toggle review mode
Type > in the command palette to search your codebase by meaning, not exact text.

Example Queries

Results show matching code snippets with file paths and line numbers. Select a result to open it in the editor.
Semantic search requires your codebase to be indexed. ami prompts you to index if needed, it takes a few minutes for large codebases.