disable pager in default jj command

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent ccea34e7e7
commit b9cf768802

View File

@@ -1,7 +1,7 @@
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" "$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
[ui] [ui]
default-command = "log" default-command = ["log", "--no-pager"]
diff-formatter = ["difft", "--color=always", "$left", "$right"] diff-formatter = ["difft", "--color=always", "$left", "$right"]
diff-editor = ":builtin" diff-editor = ":builtin"