feat: page output only if needed

main
mandlm 2022-02-21 15:22:07 +01:00
parent ccf5317ca4
commit 4edfde63b0
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 2 deletions

View File

@ -20,9 +20,8 @@
default = simple
[core]
editor = vim
pager = less -x1,5
editor = nvim
pager = less -S -x1,5
pager = less -x1,5 -F -M -R -J
whitespace = cr-at-eol
excludesfile = ~/.gitignore
[rebase]