ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: use code block for ui.pager config example

This commit is contained in:
Waleed Khan 2023-10-02 15:24:00 -07:00
parent dbbed2d2a5
commit d9597c55ec

View file

@ -313,7 +313,9 @@ If you'd like to pass the output through a formatter e.g.
through a pager you must do it using a subshell as, unlike `git` or `hg`, the
command will be executed directly. For example:
`ui.pager = ["sh", "-c", "diff-so-fancy | less -RFX"]`
```toml
ui.pager = ["sh", "-c", "diff-so-fancy | less -RFX"]
```
## Aliases