diff options
| author | David Hill <[email protected]> | 2025-12-11 19:34:34 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-11 19:34:34 +0000 |
| commit | afcd547a16ab3c8cf9f4ab72995a8bcd08980c11 (patch) | |
| tree | dd763d766107684c460080aaac1d933e4977cb46 /packages/sdk | |
| parent | 521fbb93cd41e60b1afcbba2ce4d940543c10a51 (diff) | |
| parent | 9d73096db0ea2eb9e11c48b287855574651f33af (diff) | |
| download | opencode-afcd547a16ab3c8cf9f4ab72995a8bcd08980c11.tar.gz opencode-afcd547a16ab3c8cf9f4ab72995a8bcd08980c11.zip | |
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/openapi.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 937ab72e7..7c7c216f5 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -7333,12 +7333,12 @@ }, "input_undo": { "description": "Undo in input", - "default": "ctrl+-", + "default": "ctrl+-,super+z", "type": "string" }, "input_redo": { "description": "Redo in input", - "default": "ctrl+.", + "default": "ctrl+.,super+shift+z", "type": "string" }, "input_word_forward": { |
