Essential Shortcuts
Navigation
Mode & Model
Command Palette
Open withCmd+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
Semantic Code Search
Type> in the command palette to search your codebase by meaning, not exact text.
Example Queries
Semantic search requires your codebase to be indexed. ami prompts you to index
if needed, it takes a few minutes for large codebases.