Skip to content

Commit

Permalink
Add missing closing quote in pager docs (#3864)
Browse files Browse the repository at this point in the history
- **PR Description**

Add missing closing quote in pager docs.
  • Loading branch information
stefanhaller committed Aug 27, 2024
2 parents 8a8490d + a0c8088 commit fb9f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Custom_Pagers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb9f615

Please sign in to comment.