feat(git): only use pager if output is more than one screen
This commit is contained in:
parent
973ae4b49b
commit
2273a2adc9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
[core]
|
||||
editor = nvim
|
||||
editor = nvim
|
||||
# Only page if more than one screen
|
||||
pager = "less -FX"
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue