forked from mirrors/jj
docs: use code block for ui.pager
config example
This commit is contained in:
parent
dbbed2d2a5
commit
d9597c55ec
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue