We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbec33f commit 71f9391Copy full SHA for 71f9391
packages/opencode/src/config/config.ts
@@ -154,7 +154,7 @@ export namespace Config {
154
if (unknownKeybinds.length > 0) {
155
warnings.push({
156
type: "unknown_keybind",
157
- message: `Unknown keybind command(s): ${unknownKeybinds.join(", ")}`,
+ message: `Unknown keybind ${unknownKeybinds.length === 1 ? "command" : "commands"}: ${unknownKeybinds.join(", ")}`,
158
keybinds: unknownKeybinds,
159
})
160
}
0 commit comments