Skip to content

Commit 4d3b51f

Browse files
committed
fix: update config to support multiple pagers
See jesseduffield/lazygit#4953 for more.
1 parent 1383cac commit 4d3b51f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.config/lazygit/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
git:
22
autoForwardBranches: none
3-
paging:
4-
colorArg: always
5-
pager: delta --detect-dark-light always --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" --line-numbers --paging=never
3+
pagers:
4+
- pager: delta --detect-dark-light always --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" --line-numbers --paging=never
5+
colorArg: always
66
gui:
77
language: en
88
nerdFontsVersion: "3"

0 commit comments

Comments
 (0)