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