mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
temporarily remove undo/redo keybinds
This commit is contained in:
parent
4387602f9d
commit
885a142ae3
2 changed files with 3 additions and 3 deletions
|
|
@ -512,8 +512,8 @@ export namespace Config {
|
|||
input_delete_to_line_start: z.string().optional().default("ctrl+u").describe("Delete to start of line in input"),
|
||||
input_backspace: z.string().optional().default("backspace,shift+backspace").describe("Backspace in input"),
|
||||
input_delete: z.string().optional().default("ctrl+d,delete,shift+delete").describe("Delete character in input"),
|
||||
input_undo: z.string().optional().default("ctrl+-,cmd+z").describe("Undo in input"),
|
||||
input_redo: z.string().optional().default("ctrl+.,cmd+shift+z").describe("Redo in input"),
|
||||
input_undo: z.string().optional().default("ctrl+-").describe("Undo in input"),
|
||||
input_redo: z.string().optional().default("ctrl+.").describe("Redo in input"),
|
||||
input_word_forward: z
|
||||
.string()
|
||||
.optional()
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["deb", "rpm", "appimage", "dmg", "app", "nsis"],
|
||||
"targets": ["deb", "rpm", "appimage", "dmg", "nsis"],
|
||||
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
||||
"externalBin": ["sidecars/opencode"],
|
||||
"createUpdaterArtifacts": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue