mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: correct history_next keybinding description (#3891)
This commit is contained in:
parent
737ddab300
commit
b41e573886
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ export namespace Config {
|
|||
.default("shift+return,ctrl+j")
|
||||
.describe("Insert newline in input"),
|
||||
history_previous: z.string().optional().default("up").describe("Previous history item"),
|
||||
history_next: z.string().optional().default("down").describe("Previous history item"),
|
||||
history_next: z.string().optional().default("down").describe("Next history item"),
|
||||
session_child_cycle: z
|
||||
.string()
|
||||
.optional()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue