From a49cbcae211a839007608cf38b8f157c980eaa20 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 3 Sep 2025 10:02:06 +0200 Subject: [PATCH] git:core.pager: Remove --quit-if-one-screen The inconsistency annoys me. --- .config/git/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index db95178..ced8423 100644 --- a/.config/git/config +++ b/.config/git/config @@ -67,8 +67,7 @@ [core] abbrev = 12 #pager = delta - pager = diff-so-fancy \ - | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen + pager = diff-so-fancy | less --tabs=8 --RAW-CONTROL-CHARS whitespace = trailing-spaces,space-before-tab,indent-with-non-tab [delta] navigate = true