lazygit: prevent line wrapping in diff view
This commit is contained in:
parent
95a075f2f1
commit
7c5f3c9616
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue