1
0
Fork 0

lazygit: prevent line wrapping in diff view

This commit is contained in:
Luca Bilke 2024-06-27 18:45:26 +02:00
parent 468c5311d3
commit 01b52dfe14
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ services:
gitlab.tralios.de: "gitlab:gitlab.tralios.de"
git.snaile.de: "gitea:git.snaile.de"
git:
branchLogCmd: "git log --graph --color=always --abbrev-commit --date=relative --pretty=format:'%C(red)%h %C(green)%ad%C(auto)%d %C(blue)%ae %Creset%s' {{branchName}} --"
branchLogCmd: "git log --color=always --abbrev-commit --date=relative --pretty='format:%C(green)%<(14)%ad %C(magenta)%G? %C(blue)%<(25)%ae %C(reset)%s%C(auto)%d' {{branchName}} --"
paging:
colorArg: always
pager: delta --dark --paging=never --config $XDG_CONFIG_HOME/git/config
pager: "delta --dark --paging=never --config $XDG_CONFIG_HOME/git/config --max-line-length=$(({{columnWidth}} * 2 + 5))"
gui:
nerdFontsVersion: "3"
showRandomTip: false