From 2273a2adc9ed035bf1d061373994380a07d88757 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 3 Jul 2025 10:31:34 +0200 Subject: [PATCH] feat(git): only use pager if output is more than one screen --- .config/git/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index cc68988..1188a61 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,7 @@ [core] - editor = nvim + editor = nvim + # Only page if more than one screen + pager = "less -FX" [color] branch = auto