WIP Add showDivergenceFromBaseBranch config

This commit is contained in:
Stefan Haller 2024-05-04 12:26:55 +02:00 committed by Jesse Duffield
parent 6d2ec43596
commit 4d2177725f
4 changed files with 56 additions and 31 deletions

View file

@ -74,6 +74,7 @@ gui:
showListFooter: true # for seeing the '5 of 20' message in list panels
showRandomTip: true
showBranchCommitHash: false # show commit hashes alongside branch names
showDivergenceFromBaseBranch: onlyBehind # one of 'off' | 'onlyBehind' | 'behindAndAhead'
showBottomLine: true # for hiding the bottom information line (unless it has important information to tell you)
showPanelJumps: true # for showing the jump-to-panel keybindings as panel subtitles
showCommandLog: true