From 475037996795d73a6866d469183f38db8557cdc9 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 29 Aug 2024 11:13:46 +0200 Subject: [PATCH] lazygit: add hyperlinks --- .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 2a220123e..4cc1816b2 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -5,7 +5,7 @@ git: branchLogCmd: "git log --color=always --abbrev-commit --date=relative --pretty='format:%C(magenta)%G? %C(blue)%<(33)%ae%C(green)%<(24)%ad%C(reset)%s%C(auto)%d' {{branchName}} --" paging: colorArg: always - pager: "delta --dark --paging=never --config $XDG_CONFIG_HOME/git/config --max-line-length=$(({{columnWidth}} * 2 + 5))" + pager: "delta --hyperlinks --hyperlinks-file-link-format='lazygit-edit://{path}:{line}' --dark --paging=never --config $XDG_CONFIG_HOME/git/config --max-line-length=$(({{columnWidth}} * 2))" gui: nerdFontsVersion: "3" showRandomTip: false