disable pager in default jj command
This commit is contained in:
parent
ccea34e7e7
commit
b9cf768802
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue