[FEATURE]: Add Shift+Tab to cycle through commonly used models #8769

Closed
opened 2026-02-16 18:10:47 -05:00 by yindo · 2 comments
Owner

Originally created by @jawnjminer on GitHub (Feb 7, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

  • Use Case: Faster model switching, better UX for power users
  • Proposed Behavior: Shift+Tab cycles through most recently-used models
Originally created by @jawnjminer on GitHub (Feb 7, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request - Use Case: Faster model switching, better UX for power users - Proposed Behavior: Shift+Tab cycles through most recently-used models
yindo added the opentuidiscussion labels 2026-02-16 18:10:47 -05:00
yindo closed this issue 2026-02-16 18:10:47 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 7, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #11426: Pin/Favorite Models at Top of List in Desktop - addresses the need for quick access to frequently used models
  • #7118: app: add model selection shortcut - requests a keyboard shortcut for model selection
  • #4997: Keybinds - pinned keybinds documentation for keyboard shortcut related features

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 7, 2026): This issue might be a duplicate of existing issues. Please check: - #11426: Pin/Favorite Models at Top of List in Desktop - addresses the need for quick access to frequently used models - #7118: app: add model selection shortcut - requests a keyboard shortcut for model selection - #4997: Keybinds - pinned keybinds documentation for keyboard shortcut related features Feel free to ignore if none of these address your specific case.
Author
Owner

@ariane-emory commented on GitHub (Feb 7, 2026):

You can already bind the key bindings for switching between recent models to a key of your own choice.

This already works right now:

  "keybinds": {
    "model_cycle_recent": "shift+tab",
  },

Recommend closing this issue as resolved as there is no reason to change any code to this end.

@ariane-emory commented on GitHub (Feb 7, 2026): You can already bind the key bindings for switching between recent models to a key of your own choice. This already works right now: ```json "keybinds": { "model_cycle_recent": "shift+tab", }, ``` Recommend closing this issue as resolved as there is no reason to change any code to this end.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8769