Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit b41e573

Browse files
authored
fix: correct history_next keybinding description (anomalyco#3891)
1 parent 737ddab commit b41e573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export namespace Config {
473473
.default("shift+return,ctrl+j")
474474
.describe("Insert newline in input"),
475475
history_previous: z.string().optional().default("up").describe("Previous history item"),
476-
history_next: z.string().optional().default("down").describe("Previous history item"),
476+
history_next: z.string().optional().default("down").describe("Next history item"),
477477
session_child_cycle: z
478478
.string()
479479
.optional()

0 commit comments

Comments
 (0)