mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
WIP Add showDivergenceFromBaseBranch config
This commit is contained in:
parent
6d2ec43596
commit
4d2177725f
4 changed files with 56 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue