From c498848df7bf313e31036f4f36e82e722a18433a Mon Sep 17 00:00:00 2001 From: Nathaniel Ruiz Nowell Date: Thu, 26 Feb 2026 16:22:33 -0800 Subject: [PATCH] docs: Include cat in custom pagers examples cat is the default git pager, and although not as sophisticated, it redraws faster than other pagers who suffer from the bug in #5327. Adding it to the docs will help new devs know that this is an option. --- docs/Custom_Pagers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Custom_Pagers.md b/docs/Custom_Pagers.md index 83f4e4e6226..9abeba1265d 100644 --- a/docs/Custom_Pagers.md +++ b/docs/Custom_Pagers.md @@ -14,6 +14,7 @@ git: - pager: delta --dark --paging=never - pager: ydiff -p cat -s --wrap --width={{columnWidth}} colorArg: never + - pager: cat - externalDiffCommand: difft --color=always ```