Skip to content

Commit 82b51a2

Browse files
committed
🤖 docs: recommend Ctrl+/ shortcut for model switching
The keyboard shortcut is faster and more convenient than navigating through the Command Palette. _Generated with `cmux`_
1 parent ab90e9b commit 82b51a2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/models.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ All providers are configured in `~/.cmux/providers.jsonc`. See example configura
7373

7474
### Model Selection
7575

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
76+
The quickest way to switch models is with the keyboard shortcut:
77+
- **macOS:** `Cmd+/`
78+
- **Windows/Linux:** `Ctrl+/`
79+
80+
Alternatively, use the Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`):
81+
1. Type "model"
82+
2. Select "Change Model"
83+
3. Choose from available models
8284

8385
Models are specified in the format: `provider:model-name`

0 commit comments

Comments
 (0)