From 709cd2d7a7490c6406c345f05b2d0cc54ff28711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 13 Aug 2025 19:40:06 +0200 Subject: [PATCH] fix(lazygit): delta pager sometimes failing --- .config/lazygit/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 386a9e83..a24de373 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -44,7 +44,7 @@ gui: git: paging: colorArg: always - pager: delta --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" + pager: delta --paging=never --dark --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --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}} --" parseEmoji: true allBranchesLogCmds: