fix(lazygit) the arguments of the delta pager command have changed
This commit is contained in:
parent
aee23f9603
commit
b0fb332a7f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ startuppopupversion: 1
|
|||
git:
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: delta --dark --paging=never --24-bit-color=never --theme 'Solarized (dark)'
|
||||
pager: delta --dark --paging=never --24-bit-color=never --syntax-theme 'Solarized (dark)'
|
||||
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=oneline {{branchName}} --'
|
||||
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
|
||||
keybinding:
|
||||
|
|
Loading…
Add table
Reference in a new issue