diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 14:02:54 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 14:02:54 +0200 |
| commit | a2872e0159c946aca4dad620dbdca870ae9c128f (patch) | |
| tree | b70068a8dda8d37801c2e443f41ec28665724ac9 /.config/git/config | |
| parent | d14443eacab1d986733e810a15d4f2d9f874b0db (diff) | |
git: Fix pager args
Diffstat (limited to '.config/git/config')
| -rw-r--r-- | .config/git/config | 6 |
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 |