Claudette does not register any global keyboard shortcuts by default to avoid conflicts with existing bindings in your editor. You can add your own shortcuts at any time through Sublime Text’s key bindings system, and a small number of shortcuts are active automatically when a chat view is focused.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/barryceelen/claudette/llms.txt
Use this file to discover all available pages before exploring further.
Adding shortcuts
To add a keyboard shortcut for any Claudette command, open Preferences > Key Bindings. This opens a split editor with the default bindings on the left and your user bindings on the right. Add entries to the right-hand file.Add your binding
Edit the user key bindings file (the right pane) and add an entry for the command you want to bind.
Example: Ask Question shortcut
- Mac
- Linux / Windows
Built-in chat view shortcuts
The following shortcuts are active automatically whenever a Claudette chat view is focused. They do not require any configuration.| Key | Action |
|---|---|
| Enter | Submit the current question (same as running Ask Question from inside the chat view) |
| Escape | Cancel the active API request (same as Stop Request) |
Command palette
The command palette gives you quick access to every Claudette command without a dedicated key binding.| Platform | Shortcut |
|---|---|
| Mac | Cmd+Shift+P |
| Windows / Linux | Ctrl+Shift+P |
Popular commands to bind
| Command | Command ID |
|---|---|
| Ask Question | claudette_ask_question |
| Ask Question In New Chat View | claudette_ask_new_question |
| Stop Request | claudette_stop_request |
| Switch Model | claudette_select_model_panel |
| Switch System Prompt | claudette_select_system_message_panel |
| Switch API Key | claudette_select_api_key_panel |
| Add Current File To Chat | claudette_context_add_current_file |
| Clear Chat History | claudette_clear_chat_history |