(git) do not close pager automatically
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[core]
|
[core]
|
||||||
|
pager = less -+F
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
@@ -18,4 +19,4 @@
|
|||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
graph = log --oneline --all --graph
|
graph = log --oneline --all --graph
|
||||||
oneline = log -20
|
oneline = !git --no-pager log -20
|
||||||
|
|||||||
Reference in New Issue
Block a user