fix: correct history_next keybinding description (#3891)

pull/3889/head
frankdierolf 2025-11-04 15:52:49 +01:00 committed by GitHub
parent 737ddab300
commit b41e573886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()