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 showBranchCommitHash: false
showDivergenceFromBaseBranch: none showDivergenceFromBaseBranch: none
commandLogSize: 8 commandLogSize: 8
splitDiff: always splitDiff: auto
screenMode: normal screenMode: normal
border: rounded border: rounded
animateExplosion: true animateExplosion: true
@@ -88,6 +88,9 @@ git:
localBranchSortOrder: date localBranchSortOrder: date
remoteBranchSortOrder: date remoteBranchSortOrder: date
truncateCopiedCommitHashesTo: 12 truncateCopiedCommitHashesTo: 12
paging:
colorArg: always
pager: delta --dark --paging=never --syntax-theme base16-256 -s
update: update:
method: prompt method: prompt
days: 14 days: 14