mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
fix(lazygit): fix display issues
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user