git:core.pager: Remove --quit-if-one-screen
The inconsistency annoys me.
This commit is contained in:
@@ -67,8 +67,7 @@
|
|||||||
[core]
|
[core]
|
||||||
abbrev = 12
|
abbrev = 12
|
||||||
#pager = delta
|
#pager = delta
|
||||||
pager = diff-so-fancy \
|
pager = diff-so-fancy | less --tabs=8 --RAW-CONTROL-CHARS
|
||||||
| less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen
|
|
||||||
whitespace = trailing-spaces,space-before-tab,indent-with-non-tab
|
whitespace = trailing-spaces,space-before-tab,indent-with-non-tab
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true
|
navigate = true
|
||||||
|
|||||||
Reference in New Issue
Block a user