Keybind: <leader>q for app_exit doesn't exit in 1.0 #2548

Open
opened 2026-02-16 17:36:10 -05:00 by yindo · 1 comment
Owner

Originally created by @jdanbrown on GitHub (Nov 3, 2025).

Originally assigned to: @kommander on GitHub.

Description

Using default keybinds:

"keybinds": {
  "leader": "ctrl+x",
  "app_exit": "ctrl+c,ctrl+d,<leader>q",
}
  • ctrl+c → exits the app
  • ctrl+d → exits the app
  • <leader>q → doesn't exit the app

OpenCode version

1.0.16

Steps to reproduce

(above)

Screenshot and/or share link

No response

Operating System

macOS 15.5

Terminal

VS Code terminal

Originally created by @jdanbrown on GitHub (Nov 3, 2025). Originally assigned to: @kommander on GitHub. ### Description Using default keybinds: ```jsonc "keybinds": { "leader": "ctrl+x", "app_exit": "ctrl+c,ctrl+d,<leader>q", } ``` - `ctrl+c` → exits the app - `ctrl+d` → exits the app - `<leader>q` → doesn't exit the app ### OpenCode version 1.0.16 ### Steps to reproduce (above) ### Screenshot and/or share link _No response_ ### Operating System macOS 15.5 ### Terminal VS Code terminal
yindo added the opentuibug labels 2026-02-16 17:36:10 -05:00
Author
Owner

@thdxr commented on GitHub (Nov 11, 2025):

this is because when leader activates we blur the text input
and we have a check to prevent the app from exiting unless text input is selected

need to think a bit on how to make this work

@thdxr commented on GitHub (Nov 11, 2025): this is because when leader activates we blur the text input<br>and we have a check to prevent the app from exiting unless text input is selected<br><br>need to think a bit on how to make this work
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2548