summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/openapi.json
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-11 16:42:56 +0000
committeropencode <[email protected]>2025-12-11 16:46:43 +0000
commita5cc19068b290cf5b517a73092a4befc57e774d6 (patch)
tree285da068df05de26dec34a7642075fb45bdc490e /packages/sdk/openapi.json
parent48c791343181398e3d1c14a6e777b9f875c5a566 (diff)
downloadopencode-a5cc19068b290cf5b517a73092a4befc57e774d6.tar.gz
opencode-a5cc19068b290cf5b517a73092a4befc57e774d6.zip
chore: format code
Diffstat (limited to 'packages/sdk/openapi.json')
-rw-r--r--packages/sdk/openapi.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index ac2569ca5..70dc98973 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -7258,32 +7258,32 @@
},
"input_select_line_home": {
"description": "Select to start of line in input",
- "default": "none",
+ "default": "ctrl+shift+a",
"type": "string"
},
"input_select_line_end": {
"description": "Select to end of line in input",
- "default": "none",
+ "default": "ctrl+shift+e",
"type": "string"
},
"input_visual_line_home": {
"description": "Move to start of visual line in input",
- "default": "none",
+ "default": "alt+a",
"type": "string"
},
"input_visual_line_end": {
"description": "Move to end of visual line in input",
- "default": "none",
+ "default": "alt+e",
"type": "string"
},
"input_select_visual_line_home": {
"description": "Select to start of visual line in input",
- "default": "none",
+ "default": "alt+shift+a",
"type": "string"
},
"input_select_visual_line_end": {
"description": "Select to end of visual line in input",
- "default": "none",
+ "default": "alt+shift+e",
"type": "string"
},
"input_buffer_home": {
@@ -7308,7 +7308,7 @@
},
"input_delete_line": {
"description": "Delete line in input",
- "default": "alt+d",
+ "default": "ctrl+shift+d",
"type": "string"
},
"input_delete_to_line_end": {
@@ -7328,7 +7328,7 @@
},
"input_delete": {
"description": "Delete character in input",
- "default": "delete,shift+delete",
+ "default": "ctrl+d,delete,shift+delete",
"type": "string"
},
"input_undo": {
@@ -7343,12 +7343,12 @@
},
"input_word_forward": {
"description": "Move word forward in input",
- "default": "alt+f,alt+right",
+ "default": "alt+f,alt+right,ctrl+right",
"type": "string"
},
"input_word_backward": {
"description": "Move word backward in input",
- "default": "alt+b,alt+left",
+ "default": "alt+b,alt+left,ctrl+left",
"type": "string"
},
"input_select_word_forward": {
@@ -7363,12 +7363,12 @@
},
"input_delete_word_forward": {
"description": "Delete word forward in input",
- "default": "ctrl+d",
+ "default": "alt+d,alt+delete,ctrl+delete",
"type": "string"
},
"input_delete_word_backward": {
"description": "Delete word backward in input",
- "default": "ctrl+w,alt+backspace",
+ "default": "ctrl+w,ctrl+backspace,alt+backspace",
"type": "string"
},
"history_previous": {