From a0c808842bb78341b787589e4badd4f6e9b8b302 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Tue, 27 Aug 2024 10:16:53 +0200 Subject: [PATCH] Add missing closing quote --- docs/Custom_Pagers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Custom_Pagers.md b/docs/Custom_Pagers.md index 4324f77dc..915dc70af 100644 --- a/docs/Custom_Pagers.md +++ b/docs/Custom_Pagers.md @@ -26,7 +26,7 @@ git: ![](https://i.imgur.com/QJpQkF3.png) -A cool feature of delta is --hyperlinks, which renders clickable links for the line numbers in the left margin, and lazygit supports these. To use them, set the `pager:` config to `delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}`; this allows you to click on an underlined line number in the diff to jump right to that same line in your editor. +A cool feature of delta is --hyperlinks, which renders clickable links for the line numbers in the left margin, and lazygit supports these. To use them, set the `pager:` config to `delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"`; this allows you to click on an underlined line number in the diff to jump right to that same line in your editor. ## Diff-so-fancy