fix(lazygit): fix display issues

Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
Anthony Oteri
2026-03-12 08:12:56 -04:00
parent 1afd770d70
commit 1ee9a0612e
+4 -1
View File
@@ -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