From a2872e0159c946aca4dad620dbdca870ae9c128f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 10 Apr 2020 14:02:54 +0200 Subject: git: Fix pager args --- .config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index a689381..1a8a5a1 100644 --- a/.config/git/config +++ b/.config/git/config @@ -25,6 +25,9 @@ precomposeunicode = false filemode = false + # enable coditional paging based on the amount of content + pager = "less -F -X" + [init] # templateDir = ~/.dotfiles/git/templates @@ -78,9 +81,6 @@ tig = !tig -[pager] - diff = less - [apply] # Detect whitespace errors when applying a patch whitespace = fix -- cgit 1.4.1