(git) reverted pager settings

This commit is contained in:
scbj
2026-05-29 09:23:41 +02:00
parent e4469cb67d
commit 2bd416e7f9
+1 -2
View File
@@ -1,5 +1,4 @@
[core] [core]
pager = less -+F
editor = nvim editor = nvim
[init] [init]
@@ -21,6 +20,6 @@
--graph \ --graph \
--pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s' --pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'
oneline = !git --no-pager log \ oneline = log \
-n 20 \ -n 20 \
--pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s' --pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'