disable pager in default jj command
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user