We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab90e9b commit 82b51a2Copy full SHA for 82b51a2
docs/models.md
@@ -73,11 +73,13 @@ All providers are configured in `~/.cmux/providers.jsonc`. See example configura
73
74
### Model Selection
75
76
-Use the Command Palette (`Cmd+Shift+P`) to switch models:
77
-
78
-1. Open Command Palette
79
-2. Type "model"
80
-3. Select "Change Model"
81
-4. Choose from available models
+The quickest way to switch models is with the keyboard shortcut:
+- **macOS:** `Cmd+/`
+- **Windows/Linux:** `Ctrl+/`
+
+Alternatively, use the Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`):
+1. Type "model"
82
+2. Select "Change Model"
83
+3. Choose from available models
84
85
Models are specified in the format: `provider:model-name`
0 commit comments