summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config6
1 files 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