From b8fa3d7faf5fd57965354acc8bb21109ee750207 Mon Sep 17 00:00:00 2001 From: ShortArrow Date: Tue, 9 Jun 2026 23:56:58 +0900 Subject: [PATCH] chore(lazygit): use git.pagers (array) instead of legacy git.paging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lazygit replaced the singular `git.paging:` object with a plural `git.pagers:` array in v0.55.0 (the array form lets users cycle through multiple pager configs). The old key still works via a built-in migration handler (migratePagers in pkg/config/app_config.go), so this is a no-op for behavior — but rewriting the config in the modern shape avoids relying on the compatibility shim and keeps the file aligned with the current schema. --- lazygit/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lazygit/config.yml b/lazygit/config.yml index a71f8bb..64e7780 100644 --- a/lazygit/config.yml +++ b/lazygit/config.yml @@ -7,10 +7,10 @@ gui: git: merging: args: "--no-ff" - paging: - colorArg: always - # pager: delta --dark --paging=never - pager: diff-so-fancy + pagers: + - colorArg: always + # pager: delta --dark --paging=never + pager: diff-so-fancy overrideGpg: true customCommands: - key: "C"