fix: correct history_next keybinding description (#3891)
parent
737ddab300
commit
b41e573886
|
|
@ -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…
Reference in New Issue