We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c2bdb commit aede9c8Copy full SHA for aede9c8
packages/opencode/src/cli/cmd/tui/app.tsx
@@ -144,7 +144,7 @@ export function tui(input: { url: string; args: Args; onExit?: () => Promise<voi
144
targetFps: 60,
145
gatherStats: false,
146
exitOnCtrlC: false,
147
- useKittyKeyboard: {},
+ useKittyKeyboard: false,
148
},
149
)
150
})
0 commit comments