diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 8e7bcbfe..537c4fb4 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -43,7 +43,7 @@ gui: git: paging: colorArg: always - pager: delta --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" + pager: delta --paging=never --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' {{branchName}} --" allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --date-relative --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'" parseEmoji: true