From e630d680ddfae0ed6e51d54e63c6765b277174a3 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Fri, 31 Oct 2025 14:27:41 -0700 Subject: feat: allow ctrl+d to exit the app (#3636) --- packages/web/src/content/docs/keybinds.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/web/src') diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx index dc47166b4..884dad035 100644 --- a/packages/web/src/content/docs/keybinds.mdx +++ b/packages/web/src/content/docs/keybinds.mdx @@ -11,7 +11,7 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "keybinds": { "leader": "ctrl+x", "app_help": "h", - "app_exit": "ctrl+c,q", + "app_exit": "ctrl+c,ctrl+d,q", "editor_open": "e", "theme_list": "t", "project_init": "i", @@ -42,6 +42,7 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "agent_cycle": "tab", "agent_cycle_reverse": "shift+tab", "input_clear": "ctrl+c", + "input_forward_delete": "ctrl+d", "input_paste": "ctrl+v", "input_submit": "enter", "input_newline": "shift+enter,ctrl+j" -- cgit v1.2.3