From 1ee9a0612e331122976b379499ae3c00eee78292 Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:12:56 -0400 Subject: [PATCH] fix(lazygit): fix display issues Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/lazygit/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index a15e5f7..011961e 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -37,7 +37,7 @@ gui: showBranchCommitHash: false showDivergenceFromBaseBranch: none commandLogSize: 8 - splitDiff: always + splitDiff: auto screenMode: normal border: rounded animateExplosion: true @@ -88,6 +88,9 @@ git: localBranchSortOrder: date remoteBranchSortOrder: date truncateCopiedCommitHashesTo: 12 + paging: + colorArg: always + pager: delta --dark --paging=never --syntax-theme base16-256 -s update: method: prompt days: 14